-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (87 loc) · 4.87 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="Assets/Stylesheets/stylesheet.css">
<title>Daniel's Intro to Galvanize Webpage!</title>
</head>
<body>
<header class="container group">
<nav id="navBar">
<a class="btn btn-nav big" href="index.html">Home</a>
<a class="btn btn-nav big" href="pages/goals.html">Coding Goals!</a>
<a class="btn btn-nav big" href="pages/career.html">Prior Life</a>
<a class="btn btn-nav big" href="pages/family.html">Family</a>
<a class="btn btn-nav big" href="pages/projects.html">Projects</a>
</nav>
<img id="myPic" src="Assets/Images/me.jpeg" alt="Picture of Me!">
<div class="header">
<h1>Daniel Gardner</h1>
<h3>Bay Area born and raised</h3>
</div>
</header>
<div class="centerBack">
<section class="hero container">
<div class="mainCon">
<h1>About Me</h1>
<p>Hi my name is Daniel Gardner and I am a Web Development Immersive student in
Galvanize's g42_SanFrancisco cohort. <br> <br>I grew up in Mill Valley (10 minutes across the Golden Gate bridge).
I went to k-8 in Marin but went to High School in San Francisco at Drew High School. After
HS I got away for 5 years and went to George Washington University in Washington DC for college followed
by a year in Miami! I returned to the Bay Area in 2011 and have been back ever since. I currently live in San Francisco's lower pac heights
neighborhood with my English Bulldog Milo. </p>
<p>My hobbies include:</p>
<ul>
<li>Spending time with my Girlfriend, Dog, and Fam</li>
<li>Watching/Going to Sports:
<ul>
<li>Warriors <a href="http://www.warriors.com" title="Visit the Warriors Website" target="_blank"><img src="Assets/Images/warriors.png" class="logo" alt="Warriors Logo"></a></li>
<li>Giants <a href="http://www.sfgiants.com" title="Visit the Giants Website" target="_blank"><img src="Assets/Images/sfgiants.png" class="logo" alt="SF Giants Logo"></a></li>
<li>Unfortunately the 49ers <a href="http://www.49ers.com" title="Visit the 49ers Website" target="_blank"><img src="Assets/Images/49ers.png" class="logo" alt="49ers Logo"></a></li>
<li>George Washington Colonials <a href="http://www.gwsports.com" title="Visit GW Athletic's Website" target="_blank"><img src="Assets/Images/gwlogo.png" class="logo" alt="GW Logo"></a></li>
<li>Ohio State Buckeyes <a href="http://www.ohiostatebuckeyes.com/" title="Visit Ohio State's Website" target="_blank"><img src="Assets/Images/buckslogo.png" class="logo" alt="Bucks Logo"></a></li>
<li id='endLi'>University of San Francisco Dons <a href="http://www.usfdons.com" title="Visit USF Athletic's Website" target="_blank"><img src="Assets/Images/donslogo.png" class="logo" alt="Dons Logo"></a></li>
</ul>
</li>
<li>Trying new restaurants</li>
<li>Traveling</li>
<li>Coding</li>
<li>Learning new Tech and products</li>
</ul>
<br><br>Check out the sections below to learn more about me!</p>
</div>
<section class="grid">
<section class="col-1-3">
<h1 class="meWidget">Coding Goals</h1>
<a href="pages/goals.html" title="Want to check out my goals?"><img src="Assets/Images/code.jpg" class="secpic" alt="Coding Logo"></a>
<p>Want to learn more about my coding goals? <a href="pages/goals.html" title="Want to check out my goals?">Click Here</a> to learn more!</p>
</section>
<section class="col-1-3" id="middleSection">
<h1 class="meWidget">Former Life</h1>
<a href="pages/career.html" title="Want to check out my former life?"><img src="Assets/Images/formerlife.jpg" class="secpic" alt="Me holding College Football Trophy"></a>
<p>Want to hear about my former life? <a href="pages/career.html" title="Want to check out my former life?">Click Here</a> to learn more!</p>
</section>
<section class="col-1-3">
<h1 class="meWidget">Meet the Fam</h1>
<a href="pages/family.html" title="Want to learn more about my family?"><img src="Assets/Images/Fam.jpg" class="secpic" alt="Annelys and I"></a>
<p>Come meet my Family! <a href="pages/family.html" title="Want to learn more about my family?">Click Here</a> to learn more!</p>
</section>
<div id="gitWidget">
<h1>Check out my GitHub page: <a href="http://www.github.com/danielmarcgardner" title="My GitHub Library" target="_blank">@danielmarcgardner</a></h1>
</div>
</section>
</section>
</div>
<footer class="primary-footer">
<nav>
<p>Made by <a href="mailto:daniel.marc.gardner@gmail.com" title="Send me an email" target="_blank">Daniel Gardner</a> ©2016/2017
<a class="btn btn-foot" href="index.html">Home</a>
<a class="btn btn-foot" href="pages/goals.html">Coding Goals!</a>
<a class="btn btn-foot" href="pages/career.html">Prior Life</a>
<a class="btn btn-foot" href="pages/family.html">Family</a>
<a class="btn btn-foot" href="pages/projects.html">Projects</a>
</p>
</nav>
</footer>
</body>
</html>