-
Notifications
You must be signed in to change notification settings - Fork 0
/
_theme.sass
202 lines (167 loc) · 3.59 KB
/
_theme.sass
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
@use 'colors'
button:not(:disabled)
cursor: pointer
a
color: colors.$primary-color
transition: all .2s ease-in-out
&:hover
color: #fff
.btn
display: inline-block
text-align: center
vertical-align: middle
-webkit-user-select: none
-moz-user-select: none
-ms-user-select: none
user-select: none
background-color: transparent
padding: .375rem .75rem
font-size: 1.25rem
line-height: 1.5
transition: all .2s ease-in-out
text-transform: uppercase
color: colors.$primary-color
border: 1px solid colors.$primary-color
min-width: 180px
&:hover
color: #000
background-color: colors.$primary-color
outline: none
.btn-text
font-weight: bold
.fab
font-size: 25px
margin-top: 5px
.reach-out-btn
margin-bottom: 20px
min-height: 110px
.btn-down
display: flex
justify-content: center
align-items: center
margin: auto
padding: 0
font-size: 26px
width: 55px
height: 55px
line-height: 45px
border: 2px solid #fff
border-radius: 100% !important
color: #fff
min-width: 0
&:hover
color: colors.$primary-color !important
border-color: colors.$primary-color
background-color: hsla(0, 0%, 100%, .1)
.text-monospace
font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
h1
font-weight: 700
text-transform: uppercase
line-height: 1.2
font-size: 2.5rem
#navbar
font-family: Cabin, Helvetica Neue, Helvetica, Arial, sans-serif
margin-bottom: 0
text-transform: uppercase
// height: 48px
.centered-stuff
display: flex
align-items: center
width: 50%
height: 100%
margin: auto
#navbar-brand
height: 100%
.navbar-list
width: 100%
// height: 100%
.navbar-brand
float: left !important
.navbar-item
display: inline
float: right
.navbar-link
display: block
color: #fff
text-align: center
padding: 1rem 1.2rem
letter-spacing: 1px
transition: all .2 ease-in-out
&:hover
color: #000
background-color: #fff
// @keyframes cursor
// from, to
// opacity: 0
// 50%
// opacity: 1
// @keyframes typing
// from
// width: 100%
// 90%, to
// width: 0
@keyframes cursor-blink
0%
opacity: 1
50%
opacity: 1
50.0001%
opacity: 0
100%
// color: transparent
opacity: 0
#landing-section
width: 100%
height: 100%
padding: 0
background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1)), url('bg-grayscale.jpg')
background-size: cover
display: table
text-align: center
color: #fff
.landing-body
display: table-cell
vertical-align: middle
text-align: center
max-width: 720px
.heading-title
font-size: 5rem
&::after
content: "_"
// width: 5px
// height: 20px
// background: #fff
// color: #fff !important
display: inline-block
animation: cursor-blink 1.5s steps(2) infinite
font-weight: 700
text-transform: uppercase
line-height: 1.2
font-size: 5rem
z-index: 999999
footer
padding: 50px 0
text-align: center
p
font-size: 14px
margin: 0
opacity: 0.5
#about-section
display: flex
width: 40%
height: 100%
margin: auto
text-align: center !important
vertical-align: middle
justify-content: center
align-items: center
#reach-out-section
display: flex
justify-content: center
align-items: center
width: 70%
height: 100%
margin: auto
text-align: center !important
vertical-align: middle