-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
228 lines (217 loc) · 4.34 KB
/
main.css
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
/*Use #64ffda to color any links and h6*/
/*Use ##51ceb0 for any h1 and h4*/
/*Use list-style-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4621/treehouse-marker.png); for any lis*/
body {
background-color: #0a192f !important;
color: #8892b0 !important;
font-family: Calibre, Inter, "San Francisco", "SF Pro Text", -apple-system,
system-ui, sans-serif !important;
margin: 2% !important;
position: relative;
}
p {
font-size: 18px;
}
.divider {
margin-top: 15px !important;
border: 0;
height: 3px;
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.75),
rgba(0, 0, 0, 0)
);
}
/*NAV SECTIONS*/
header,
.number {
font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
padding-right: 3px;
}
.number {
color: #51ceb0 !important;
}
.navbar-brand {
color: #51ceb0 !important;
border: 1px solid #51ceb0;
border-radius: 50%;
padding-left: 7px;
}
.navbar-brand:hover {
color: #64ffda !important;
border: 1px solid #64ffda;
}
.nav-link,
button {
color: #8892b0 !important;
}
.nav-link:hover {
color: #51ceb0 !important;
}
.resume {
border: #64ffda 1px solid !important;
color: #64ffda !important;
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(100, 255, 218)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler .navbar-toggler-icon:hover {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(81,206,176)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
border-color: #51ceb0 !important;
}
.custom-toggler.navbar-toggler:hover {
border-color: #64ffda !important;
}
.nav {
gap: 20px !important;
}
/*Intro Section*/
#home {
margin-top: 20%;
height: 75vh;
padding: 5px;
}
.greeting {
font-size: 16px;
color: #64ffda !important;
}
.bigHeading {
color: #ccd6f6 !important;
font-size: 80px;
}
/*About Me Section*/
.biography h1 {
margin-bottom: 30px;
}
.about-section {
width: 100%;
height: 100vh !important;
margin-top: 0;
}
.about-me-pic {
border-radius: 30px;
float: right;
height: 250px;
width: 200px;
margin-top: 0 !important;
}
.image-div {
text-align: center;
margin-bottom: 20px !important;
}
.about-me-paragraph {
margin-left: 20px;
}
/*PROJECT CARDS*/
img {
height: 150px;
width: 125px;
}
.section-title {
text-align: center;
color: #ccd6f6 !important;
}
.container {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
margin-top: 5%;
}
/*TODO: background color of card-body may be changed at later date, card-text and card-title color may also change at later date*/
.card-body {
background-color: #8892b0;
display: flex;
flex-direction: column;
height: 250px;
}
.card-text,
.card-title {
color: #ccd6f6;
}
.card a {
width: 110px;
font-size: 13px;
}
.button {
text-align: center;
position: absolute;
top: 85%;
width: 95%;
left: 5px;
}
.button a {
background-color: #64ffda;
color: #8892b0;
border: none;
}
.button a:hover {
background-color: #51ceb0;
}
/*LANGUAGES*/
#languages {
margin: 3% auto;
}
.languages {
display: flex;
justify-content: center;
gap: 5px;
margin: 2% auto;
}
.languages img {
height: 75px;
width: 75px;
}
#languages p {
font-size: 10px;
text-align: center;
}
.expressJS {
border-radius: 50%;
}
/*FOOTER SECTIONS*/
.footer-social-icons {
display: flex;
flex-direction: row;
justify-content: center;
gap: 25px;
list-style-type: none;
}
.footer-social-icons img:hover {
border: 1px solid #51ceb0;
}
.footer-social-icons img {
width: 35px;
height: 35px;
}
/*EXPERIENCE SECTIONS*/
/* .tasks {
font-size: 14px;
}
h4 {
color: #51ceb0 !important;
}
h6 {
color: #64ffda !important;
}
.divider {
border: 0;
height: 3px;
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.75),
rgba(0, 0, 0, 0)
);
}
.task-list {
list-style-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4621/treehouse-marker.png);
}
span.location {
float: right;
margin-right: 25px;
color: #64ffda !important;
} */