Skip to content

Commit 539698a

Browse files
committed
begins theme and first tailwind feature
1 parent 7d53579 commit 539698a

9 files changed

Lines changed: 7811 additions & 7805 deletions

File tree

components/tina/options/font-options.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ export const fontOptions: {label: string, value: string}[] = [
274274
{ "label": "Orbitron", "value": "Orbitron:wght@400" },
275275
{ "label": "Oswald Light", "value": "Oswald:wght@300" },
276276
{ "label": "Oswald", "value": "Oswald:wght@400" },
277+
{ "label": "Outfit", "value": "Outfit:wght@400,600" },
277278
{ "label": "Overpass Extra Light", "value": "Overpass:wght@100" },
278279
{ "label": "Overpass Heavy", "value": "Overpass:wght@900" },
279280
{ "label": "Overpass Light", "value": "Overpass:wght@300" },

content/global/index.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2-
"siteUrl": "events.plnetwork.io",
2+
"siteUrl": "",
3+
"favicon": "/uploads/favicon.png",
34
"gtmId": "",
45
"fathomSiteId": "RBFTFNYG",
5-
"theme": "content/themes/protocol.md",
6+
"theme": "content/themes/cryptoeconlab.md",
67
"logo": {
7-
"logoTypeStyle": "",
8-
"image": ""
8+
"logoType": "CryptoEconLab",
9+
"logoTypeStyle": "undefined mg-paragraph ",
10+
"image": "/uploads/cel_logo.svg",
11+
"imageWidth": "172",
12+
"imageHeight": "26",
13+
"imageMargin": "50"
914
},
1015
"nav": {
1116
"navAlignment": "text-right",

content/pages/index.md

Lines changed: 39 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,46 @@
11
---
22
blocks:
3-
- style:
4-
alignment: 'flex-row-reverse items-center '
5-
padding: pt-20 pb-20 pr-10 pl-10
6-
featureImage: ' mx-auto'
7-
featureContent: 'w-1/2 min-h-0 text-left sm:w-full sm:min-h-0 sm:text-left'
8-
labelStyles: 'text-black mg-headline-small '
9-
headlineStyles: 'text-black mg-headline-large '
10-
subheadStyles: text-gray mg-copy-large mb-7
11-
textStyles: text-black mg-copy-medium mb-24
3+
- tailwind:
4+
section: >-
5+
flex-col-reverse items-center pt-48 pb-20 pr-10 pl-10 border-b-1
6+
border-gray-dark
7+
wrap: ''
8+
imageWrap: ''
9+
image: ''
10+
contentWrap: ''
11+
content: >-
12+
w-2/3 max-w-4xl mx-auto min-h-0 text-left sm:w-full sm:min-h-0
13+
sm:text-left flex flex-wrap
14+
label: ''
15+
headline: >-
16+
text-black mg-heading-1 mb-40 md:mb-24 sm:text-black sm:mg-heading-1
17+
sm:mb-14 w-full
18+
subhead: 'text-gray mg-heading-2 mb-7 w-1/5 md:w-full md:pr-40'
19+
text: 'text-black mg-paragraph pl-10 md:pl-0 mb-0 w-4/5 md:w-full'
20+
buttons: ''
1221
background:
13-
fillStyles: from-accent3 to-accent4 bg-gradient-to-tl opacity-100
22+
fillStyles: ' opacity-100'
23+
src: /uploads/cryptoeconlab_hero.png
24+
position: object-left-bottom
1425
label: ''
15-
headline: Microgen
16-
subhead: A site builder for Web3
17-
body: |
18-
Make modern Web3 ready websites with a real-time visual editor.
19-
buttons:
20-
- label: Get Started
21-
link: 'https://github.com/pathfindertools/microgen'
22-
buttonStyle: primary
23-
fathomId: ''
24-
_template: feature
26+
headline: >-
27+
CryptoEconLab is a global hub for cryptoeconomic research, exploring big
28+
ideas in incentive, token and mechanism design.
29+
subhead: What We Do
30+
body: >
31+
R\&D cryptoeconomics lab operating at the unique intersection of
32+
blockchain technology, computer science, network science, statistics,
33+
economics, and systems engineering. The team specializes in incentive
34+
mechanism design for Layer 1 (L1) protocols, smart contracts,
35+
decentralized applications (Dapps) design, and token governance. Our work
36+
enables the creation of new financial markets and the development of novel
37+
digital asset products.
38+
39+
40+
**In an increasingly networked and open world, cryptoeconomics will play
41+
an ever larger role in coordinating human and machine activities in
42+
building a better future.**
43+
_template: tailwindFeature
2544
backgroundColor: white
2645
meta:
2746
title: PL Network Events

content/themes/cryptoeconlab.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
name: cryptoeconlab
3+
desktopWidth: '1200'
4+
colors:
5+
primary: '#FFFFF3'
6+
accent1: '#EDFCE7'
7+
accent2: '#49C4FF'
8+
white: '#FFFFFF'
9+
grayDark: '#7D7D7D'
10+
black: '#000000'
11+
typo:
12+
- label: Heading 1
13+
typography: >-
14+
{"family":"Space
15+
Grotesk:wght@400","size":"50","lineHeight":"64","letterSpacing":"","margin":"","smSize":"35","smLineHeight":"45","smLetterSpacing":"","smMargin":""}
16+
- label: Heading 2
17+
typography: >-
18+
{"family":"Space
19+
Grotesk:wght@300","size":"50","lineHeight":"64","letterSpacing":"","margin":"","smSize":"40","smLineHeight":"51","smLetterSpacing":"","smMargin":""}
20+
- label: Heading 3
21+
typography: >-
22+
{"family":"Space
23+
Grotesk:wght@400","size":"40","lineHeight":"51","letterSpacing":"","margin":"","smSize":"40","smLineHeight":"51","smLetterSpacing":"","smMargin":""}
24+
- label: Heading 4
25+
typography: >-
26+
{"family":"Space
27+
Grotesk:wght@400","size":"30","lineHeight":"38","letterSpacing":"","margin":"","smSize":"30","smLineHeight":"38","smLetterSpacing":"","smMargin":""}
28+
- label: Heading 5
29+
typography: >-
30+
{"family":"Space
31+
Grotesk:wght@400","size":"23","lineHeight":"30","letterSpacing":"","margin":"","smSize":"23","smLineHeight":"30","smLetterSpacing":"","smMargin":""}
32+
- label: paragraph
33+
typography: >-
34+
{"family":"Outfit:wght@400","size":"20","lineHeight":"25","letterSpacing":"","margin":"24","smSize":"20","smLineHeight":"25","smLetterSpacing":"","smMargin":"24"}
35+
- label: paragraph bold
36+
typography: >-
37+
{"family":"Outfit:wght@600","size":"20","lineHeight":"25","letterSpacing":"","margin":"24","smSize":"20","smLineHeight":"25","smLetterSpacing":"","smMargin":""}
38+
- label: paragraph small
39+
typography: >-
40+
{"family":"Outfit:wght@400","size":"16","lineHeight":"20","letterSpacing":"","margin":"20","smSize":"16","smLineHeight":"20","smLetterSpacing":"","smMargin":"20"}
41+
buttons:
42+
- label: Primary Button
43+
fill: ' opacity-100'
44+
typography: >-
45+
{"color":"text-primary","family":"Outfit:wght@400","size":"16","lineHeight":"16","letterSpacing":"0","smSize":"16","smLineHeight":"16","smLetterSpacing":"0"}
46+
padding: undefined undefined undefined undefined
47+
primaryBorder: border-white border-0
48+
primaryRounded: undefined
49+
linkColor: accent2
50+
---
51+

0 commit comments

Comments
 (0)