Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
264 changes: 263 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
@@ -1 +1,263 @@
/* Compile your LESS file! */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 62.5%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
}
/* Set every element's box-sizing to border-box */
.ja-center {
justify-content: center;
align-items: center;
}
header {
background-color: lightgrey;
align-items: baseline;
display: flex;
}
header h1 {
font-size: 2rem;
}
header nav {
width: 80%;
display: flex;
justify-content: flex-end;
}
header nav a {
margin: 2%;
text-decoration: none;
color: black;
}
header nav a:hover {
color: white;
}
@media (max-width: 500px) {
header {
flex-direction: column;
}
header header {
display: flex;
justify-content: center;
align-items: center;
}
}
img {
width: 20rem;
height: auto;
}
.about-section {
margin: 1%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.about-section h2 {
font-size: 2rem;
text-align: center;
text-decoration: underline;
padding: 1%;
}
.about-section p {
width: 50%;
text-align: center;
justify-content: center;
align-items: center;
}
.why-me {
display: flex;
justify-content: space-around;
padding: 1%;
background-color: lightgrey;
}
.why-me h2 {
font-size: 1.5rem;
}
.why-me .exp p {
font-size: 1.2rem;
justify-content: center;
width: 45vw;
}
.why-me .pros {
width: 40vw;
}
.why-me .pros li {
border: 1px solid black;
font-size: 1.2rem;
}
@media (max-width: 500px) {
.why-me {
text-align: center;
flex-direction: column;
justify-content: center;
align-items: center;
}
}
.history {
display: flex;
flex-direction: column;
padding: 1%;
}
.history h2 {
font-size: 1.5rem;
}
.history .hist-container {
border: 1px solid black;
display: flex;
flex-direction: column;
justify-content: center;
padding: 1%;
}
.history .hist-container .context {
display: flex;
justify-content: space-between;
}
.history .hist-container .content1 {
display: flex;
justify-content: space-between;
}
.history .hist-container .content2 {
display: flex;
justify-content: space-between;
}
.history .hist-container .content3 {
display: flex;
justify-content: space-between;
}
@media (max-width: 500px) {
.history {
justify-content: center;
align-items: center;
}
}
footer {
display: flex;
justify-content: center;
}
footer h4 {
padding: 1%;
}
65 changes: 64 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,69 @@
</head>

<body>
<h1>My Resume</h1>
<header>
<h1>Clayton J. Wilkerson</h1>
<nav>
<a href="#"h3>Home</h3></a>
<a href="#"h3>Projects</h3></a>
<a href="#"h3>About Me</h3></a>
<a href="#"h3>Contact</h3></a>
</nav>
</header>
<section class="about-section">
<img src="https://images.pexels.com/photos/3206162/pexels-photo-3206162.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500" alt="random photo">
<h2>A little about me</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</section>
<section class="why-me">
<div class="exp">
<h2>Why me?</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Felis bibendum ut tristique et egestas quis ipsum suspendisse ultrices. Velit dignissim sodales ut eu.</p>
</div>
<div class="pros">
<h2>What I do best.</h2>
<li>Lorem</li>
<li>Ipsum</li>
<li>Lorem</li>
<li>Ipsum</li>
<li>Lorem</li>
</div>
</section>
<section class="history">
<h2>Work History</h2>
<div class="hist-container">
<div class="context">
<h3>Yrs</h3>
<h3>Company</h3>
<h3>Title</h3>
<h3>Tech Used</h3>
</div>
<div class="content1">
<h4>1</h4>
<h4>Apple</h4>
<h4>Software Engineer</h4>
<h4>Swift</h4>
</div>
<div class="content2">
<h4>2</h4>
<h4>Microsoft</h4>
<h4>Computer Scientist</h4>
<h4>.NET</h4>
</div>
<div class="content3">
<h4>3</h4>
<h4>Amazon</h4>
<h4>Dev Ops</h4>
<h4>AWS</h4>
</div>
</div>
</div>
</section>
<footer>
<h4>cell</h4>
<h4>email</h4>
<h4>github</h4>
<h4>twitter</h4>
</footer>
</body>
</html>
Loading