Skip to content

Commit 10be8d9

Browse files
authored
Add files via upload
1 parent 8e8ffbe commit 10be8d9

File tree

2 files changed

+181
-0
lines changed

2 files changed

+181
-0
lines changed

css/resume.css

+176
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
/*!
2+
* Start Bootstrap - Resume v5.0.8 (https://startbootstrap.com/template-overviews/resume)
3+
* Copyright 2013-2019 Start Bootstrap
4+
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
5+
*/
6+
7+
body {
8+
font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
9+
padding-top: 54px;
10+
color: #868e96;
11+
}
12+
13+
@media (min-width: 992px) {
14+
body {
15+
padding-top: 0;
16+
padding-left: 17rem;
17+
}
18+
}
19+
20+
h1,
21+
h2,
22+
h3,
23+
h4,
24+
h5,
25+
h6 {
26+
font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
27+
font-weight: 700;
28+
text-transform: uppercase;
29+
color: #343a40;
30+
}
31+
32+
h1 {
33+
font-size: 6rem;
34+
line-height: 5.5rem;
35+
}
36+
37+
h2 {
38+
font-size: 3.5rem;
39+
}
40+
41+
h3 {
42+
font-size: 2rem;
43+
}
44+
45+
p.lead {
46+
font-size: 1.15rem;
47+
font-weight: 400;
48+
}
49+
50+
.subheading {
51+
text-transform: uppercase;
52+
font-weight: 500;
53+
font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
54+
font-size: 1.5rem;
55+
}
56+
57+
.social-icons a {
58+
display: inline-block;
59+
height: 3.5rem;
60+
width: 3.5rem;
61+
background-color: #495057;
62+
color: #fff !important;
63+
border-radius: 100%;
64+
text-align: center;
65+
font-size: 1.5rem;
66+
line-height: 3.5rem;
67+
margin-right: 1rem;
68+
}
69+
70+
.social-icons a:last-child {
71+
margin-right: 0;
72+
}
73+
74+
.social-icons a:hover {
75+
background-color: #BD5D38;
76+
}
77+
78+
.dev-icons {
79+
font-size: 3rem;
80+
}
81+
82+
.dev-icons .list-inline-item i:hover {
83+
color: #BD5D38;
84+
}
85+
86+
#sideNav .navbar-nav .nav-item .nav-link {
87+
font-weight: 800;
88+
letter-spacing: 0.05rem;
89+
text-transform: uppercase;
90+
}
91+
92+
#sideNav .navbar-toggler:focus {
93+
outline-color: #d48a6e;
94+
}
95+
96+
@media (min-width: 992px) {
97+
#sideNav {
98+
text-align: center;
99+
position: fixed;
100+
top: 0;
101+
left: 0;
102+
display: flex;
103+
flex-direction: column;
104+
width: 17rem;
105+
height: 100vh;
106+
}
107+
#sideNav .navbar-brand {
108+
display: flex;
109+
margin: auto auto 0;
110+
padding: 0.5rem;
111+
}
112+
#sideNav .navbar-brand .img-profile {
113+
max-width: 10rem;
114+
max-height: 10rem;
115+
border: 0.5rem solid rgba(255, 255, 255, 0.2);
116+
}
117+
#sideNav .navbar-collapse {
118+
display: flex;
119+
align-items: flex-start;
120+
flex-grow: 0;
121+
width: 100%;
122+
margin-bottom: auto;
123+
}
124+
#sideNav .navbar-collapse .navbar-nav {
125+
flex-direction: column;
126+
width: 100%;
127+
}
128+
#sideNav .navbar-collapse .navbar-nav .nav-item {
129+
display: block;
130+
}
131+
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
132+
display: block;
133+
}
134+
}
135+
136+
section.resume-section {
137+
padding-top: 5rem !important;
138+
padding-bottom: 5rem !important;
139+
max-width: 75rem;
140+
}
141+
142+
section.resume-section .resume-item .resume-date {
143+
min-width: none;
144+
}
145+
146+
@media (min-width: 768px) {
147+
section.resume-section {
148+
min-height: 100vh;
149+
}
150+
section.resume-section .resume-item .resume-date {
151+
min-width: 18rem;
152+
}
153+
}
154+
155+
@media (min-width: 992px) {
156+
section.resume-section {
157+
padding-top: 3rem !important;
158+
padding-bottom: 3rem !important;
159+
}
160+
}
161+
162+
.bg-primary {
163+
background-color: #BD5D38 !important;
164+
}
165+
166+
.text-primary {
167+
color: #BD5D38 !important;
168+
}
169+
170+
a {
171+
color: #BD5D38;
172+
}
173+
174+
a:hover, a:focus, a:active {
175+
color: #824027;
176+
}

css/resume.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)