Skip to content

James jordan #1310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
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
271 changes: 270 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
@@ -1 +1,270 @@
/* 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: 100%;
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;
}
body {
width: 100%;
background-color: lightgrey;
font-family: Arial, Helvetica, sans-serif;
padding: 3%;
}
header nav {
width: 100%;
display: flex;
justify-content: flex-end;
padding-bottom: 2%;
font-size: 0.8rem;
}
@media (max-width: 500px) {
header nav {
width: 90%;
background-color: plum;
}
}
a {
width: 10%;
display: flex;
justify-content: flex-end;
}
.intro {
display: flex;
flex-direction: column;
font-size: 1rem;
background-color: lightgrey;
width: 100%;
}
@media (max-width: 500px) {
.intro {
width: 90%;
background-color: skyblue;
}
}
img {
width: 225px;
height: 225px;
padding: 1%;
}
h1 {
font-size: 2rem;
padding: 1%;
}
h2 {
font-size: 1.1rem;
padding: 0.1rem;
margin: 0.4rem;
}
p {
padding: 1%;
font-size: 0.8rem;
color: black;
}
button {
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 0.8rem;
background-color: gray;
color: white;
width: 10%;
padding: 1%;
margin: 1.5%;
}
@media (max-width: 500px) {
button button:hover {
background-color: purple;
}
}
.bio {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.bio .bio-content {
width: 50%;
}
.bio .bio-content p {
font-size: 120%;
}
@media (max-width: 500px) {
.bio {
width: 90%;
background-color: royalblue;
font-weight: bold;
font-family: "Courier New", Courier, monospace;
}
}
h2 {
font-weight: bold;
padding: 0.5%;
}
div h3 {
font-weight: bold;
display: flex;
align-items: center;
justify-content: flex-start;
padding: 1%;
}
h3 {
font-weight: bold;
display: flex;
padding: 1%;
}
.bio-content table th {
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: column;
align-items: flex-start;
border: none;
border: 1px solid lightgray;
padding: 2%;
}
table,
td,
th {
border: 1px solid black;
padding: 1%;
}
table {
border-collapse: collapse;
width: 100%;
}
tr:nth-child(odd) {
background-color: #f2f2f2;
}
footer {
width: 100%;
background-color: slategray;
display: flex;
justify-content: center;
margin-top: 3%;
padding-top: 1%;
}
Empty file added css/mixins.css
Empty file.
Binary file added image/myimage.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 88 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,100 @@
<!doctype html>
<!DOCTYPE html>

<html lang="en">

<head>
<meta charset="utf-8">
<meta charset="utf-8" />

<title>My Resume</title>
<title>-James Jordan-My Resume</title>

<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/index.css" />

<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

<body>
<h1>My Resume</h1>
<header>
<nav>
<a href="Home">Home</a>
<a href="About">About</a>
<a href="Profile">Profile</a>
<a href="Contact">Contact</a>
</nav>
</header>

<section class="intro">
<img src="./image/myimage.jpeg
" alt="me">
<h1>James Jordan Resume - Web Dev</h1>
<h2>I Love To Code!</h2>
<P>During my spare time I like producing music. So I am currently using my coding skills I learned at Lambda Schools
to work on a music app to help other producers.</P>
<button>Lets Team Up</button>
</section>

<section class="bio">
<div class="bio-content">
<h2>Listen Up...</h2>
<p>
Here's a little bit about myself. Etiam lectus dui, vehicula a lectus
in, varius iaculis nisl. Praesent sed eros sit amet justo pharetra
sagittis. Proin maximus congue luctus. Sed tristique est vel neque
pretium, in pretium metus rhoncus. Sed non justo molestie leo egestas
convallis. Maecenas justo massa, sodales ac lorem sit amet, elementum
ultricies ante. Sed urna justo, accumsan ac diam eu, elementum tempor
magna.
</p>
</div>
<div class="bio-content">
<h3>Stuff I'm Good At:</h3>
<table>
<!-- <ul> -->
<th>Problem solving</th>
<th>web development</th>
<th>Music</th>
<th>Exercise</th>
<th>Quick learner</th>
<!-- </ul> -->
</table>
</div>
</section>

<section class="history">
<h3>Work History</h3>
<table>
<tr>
<th>Yrs</th>
<th>Company</th>
<th>Title</th>
<th>Tech Used</th>
</tr>
<tr>
<td>1</td>
<td>XrosMark</td>
<td>Marketing Rep</td>
<td>Social Media</td>
</tr>
<tr>
<td>2</td>
<td>PSC Security</td>
<td>Supervisor</td>
<td>Windows</td>
</tr>
<tr>
<td>3</td>
<td>Uber</td>
<td>Driver</td>
<td>Cell Phone</td>
</tr>
</table>
<Div>
<footer>
<h3>Resume Copyright 2020</h3>
</footer>
</Div>
</body>

</html>
Loading