Skip to content
Open

Bio #660

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
76ebb3f
changed resume for presentation
MTSnowden Oct 4, 2018
df124e3
added changes to resume
MTSnowden Oct 9, 2018
0894f47
Create .nojekyll
MTSnowden Oct 10, 2018
60f8822
working on bio
MTSnowden Oct 11, 2018
9c0bd58
made some changes to landing page
MTSnowden Oct 11, 2018
c3fe6c6
changed picture
MTSnowden Oct 11, 2018
ef506da
Merge pull request #1 from MTSnowden/resume
DinhH Oct 11, 2018
3f3b5fe
made a change
MTSnowden Oct 11, 2018
1aa4e9d
removed ugly styling
MTSnowden Oct 11, 2018
975307f
test commit
MTSnowden Oct 12, 2018
3bdca51
working on links
MTSnowden Oct 12, 2018
05db185
test
MTSnowden Oct 12, 2018
42032d7
added a box
MTSnowden Oct 12, 2018
b919793
made some changes
MTSnowden Oct 13, 2018
edbaff9
looking good
MTSnowden Oct 13, 2018
fda5c07
font
MTSnowden Oct 13, 2018
26c089f
getting closer
MTSnowden Oct 14, 2018
635b872
floated h1 left
MTSnowden Oct 14, 2018
b051f48
final
MTSnowden Oct 14, 2018
9244761
working on asides
MTSnowden Oct 14, 2018
21a77d5
Merge branch 'gh-pages' into bio
DinhH Oct 15, 2018
fe9f4e3
Merge pull request #2 from MTSnowden/bio
DinhH Oct 15, 2018
60c1b8e
final bio. still working on a few design choices
MTSnowden Oct 15, 2018
1ce7493
working on sections and css styling
MTSnowden Oct 15, 2018
1af0a61
styling resume. moved photo to top
MTSnowden Oct 15, 2018
dd9210f
final. added photos and nav bar w/ hover
MTSnowden Oct 15, 2018
24c4327
asdf
MTSnowden Oct 15, 2018
e85b845
final. floated images left with text next to them
MTSnowden Oct 15, 2018
de3c74d
still working on styling. cant get links to work properly.
MTSnowden Oct 15, 2018
cbbe53b
final. added logos to job experience. added boxes.
MTSnowden Oct 15, 2018
66ca524
added borders and playing around with colors. The design is awful..ju…
MTSnowden Oct 16, 2018
82f8402
Merge branch 'gh-pages' into landing
DinhH Oct 16, 2018
cf772c1
Merge pull request #3 from MTSnowden/resume
DinhH Oct 16, 2018
5712598
Merge pull request #4 from MTSnowden/landing
DinhH Oct 18, 2018
369b2ad
starting assignment
MTSnowden Oct 20, 2018
09367e0
sos
MTSnowden Oct 21, 2018
1944467
sos
MTSnowden Oct 21, 2018
37f9f27
working on layout and intering data
MTSnowden Oct 22, 2018
88a28d8
all content added. working on page design.
MTSnowden Oct 22, 2018
3b342a1
working on design
MTSnowden Oct 22, 2018
364db13
dinh pushing after fixed link
MTSnowden Oct 22, 2018
2077da1
working on signature heading
MTSnowden Oct 22, 2018
c958a1f
final design on header and nav. styling main content and footer layout.
MTSnowden Oct 23, 2018
007e80c
almost done
MTSnowden Oct 23, 2018
68a7df0
final.
MTSnowden Oct 23, 2018
e12c4b2
Merge pull request #5 from MTSnowden/checkpoint-one
DinhH Oct 24, 2018
3bf1aa4
merge
MTSnowden Oct 25, 2018
890cb0d
restyled page and added examples of artwork
MTSnowden Oct 25, 2018
f90406e
added images
MTSnowden Oct 27, 2018
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
1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

12 changes: 12 additions & 0 deletions 01week/helloworld/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
Hello World!!
</body>
</html>
162 changes: 162 additions & 0 deletions 01week/resume/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
body {
<<<<<<< HEAD
color: blue; font-family: Arial, Helvetica, sans-serif
=======
font-family: Arial, Helvetica, sans-serif;
background-image: url("../images/dust_scratches.png");
/* : 0 auto; */
}

/* ---------------------------------------- */
.navbar {
overflow: hidden;
font-family: Arial, Helvetica, sans-serif;
background-color: #333333;
/* position: fixed; */
display: flex;
}

.navbar a {
float: left;
font-size: 16px;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

.navbar a:hover {
background-color: #55644C;
color: #D4FDFF;
}

main {
display: block;
}

h1{
color: black;
/* padding-top: 50px;
position: fixed; */
}

.self {
border-radius: 12px;
/* position: fixed; */
/* top: 50%;
left: 50%;
margin-top: -150px;
margin-left: -150px; */
}

h2 {
padding: 10px;
margin: 5px;
}

.summary {
background-color: #CBD3F2;
width: 700px;
padding: 10px;
border: 3px solid gray;
text-align: center;
border-radius: 12px;
margin: auto;
}

.experience {
background-color: #BFAFC1;
width: 1000px;
padding: 10px;
border: 3px solid black;
border-radius: 12px;
margin: auto;
}

.edu {
background-color: #D8AFB6;
width: 700px;
padding: 10px;
border: 3px solid black;
border-radius: 12px;
padding-bottom: 30px;
margin: auto;
}

.vol {
background-color: #C5BB7A;
width: 700px;
padding: 10px;
border: 3px solid black;
border-radius: 12px;
padding-bottom: 20px;
margin: auto;
}

.skills {
background-color: #BAE5FB;
width: 300px;
padding: 10px;
border: 3px solid black;
border-radius: 12px;
padding-bottom: 20px;
margin: auto;
}

.goldslogo {
float: left;
padding-left: 15px;
padding-right: 15px;
}

.vidalogo {
float: left;
padding-left: 15px;
padding-right: 15px;
}

.thelablogo {
float: left;
padding-left: 15px;
padding-right: 15px;
}

.newtonlogo {
float: left;
padding-left: 15px;
padding-right: 15px;
}

.lamar {
float: left;
padding-right: 15px;
padding-left: 15px;
}
>>>>>>> origin

.hrc {
float: left;
padding-left: 15px;
padding-right: 25px;
}

<<<<<<< HEAD
h1{
color: black

}
h2 {
color: blueviolet;
border: 2px solid black;
padding: 10px;
margin: 5px;
}

img {height: 50%;
}

ul {
color: black;
}
=======
>>>>>>> origin
Binary file added 01week/resume/images/Lamar-Cardinal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 01week/resume/images/dust_scratches.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 01week/resume/images/golds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 01week/resume/images/hrc12944_1_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 01week/resume/images/me.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 01week/resume/images/newtonlogo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 01week/resume/images/thelab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 01week/resume/images/vida.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading