-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
165 lines (134 loc) · 2.18 KB
/
style.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
.logo {
mask:url("images/krk-logo.svg") no-repeat center / contain;
-webkit-mask:url("images/krk-logo.svg") no-repeat center / contain;
height: 15vw;
max-height: 1.275in;
}
.cert-icon {
mask:url("images/verified_black_48dp.svg") no-repeat center;
-webkit-mask:url("images/verified_black_48dp.svg") no-repeat center;
width: 50px;
height: 50px;
/* padding: 25px; */
}
.colored {
background-color: #00ab44;
}
#github img {
display: block;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.section {
border-top: medium solid #00ab44;
margin-top: 2%;
}
div.footer {
text-align: center;
}
.skill-logo {
width: 50px;
height: 50px;
}
.skill-item {
display: flex;
margin-bottom: 20px;
gap: 20px;
align-items: center;
}
div#github {
display: flex;
gap: 10px;
margin: 20px 0;
}
div#github img {
width: 20px;
height: 20px;
}
body {
margin: 5vw 5vw 2vw 5vw;
margin-left: auto;
margin-right: auto;
padding-left: 2.5vw;
padding-right: 2.5vw;
font-family: 'Roboto', sans-serif;
color: #353744;
max-width: 8.5in;
}
div#intro p {
font-weight: 500;
}
address {
font-style: normal;
margin-bottom: 1em;
}
h1 {
font-weight: 400;
color: #353744;
}
div#intro h1 {
margin-bottom: 0;
}
h2 {
color: #00ab44;
}
div#intro h2 {
margin-top: 0;
font-weight: 400;
}
h3 {
margin-bottom: 0.5em;
}
h4 {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.edu-item h4 {
font-weight: 300;
font-style: italic;
}
.cert-item {
display: flex;
align-items: center;
gap: 20px;
}
.cert-item img {
width: 50px;
height: 50px;
padding: 25px;
}
.cert-item h3 {
margin-top: 0;
}
.cert-item h4 {
font-weight: 300;
font-style: italic;
}
h5 {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
p {
margin-top: 0.5em;
}
.topic {
text-transform: uppercase;
}
.date-range {
font-weight: 300;
text-transform: uppercase;
}
.job-title {
font-style: italic;
font-weight: 300;
}
.years-exp {
text-transform: uppercase;
font-weight: 300;
}
.skill-desc h3 {
font-weight: 300;
}