-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelopment.html
79 lines (72 loc) · 3.67 KB
/
development.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
<!DOCTYPE html>
<html>
<head>
<title>Caitlin McDonald</title>
<link href='http://fonts.googleapis.com/css?family=Dosis|Concert+One|Quando|Handlee' rel='stylesheet' type='text/css'>
<link href='css/main.css' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale = 1.0">
<link href='img/favicon.png' rel='icon' type='image/png'>
</head>
<body>
<div class="wrapper">
<header>
<div class="container cf">
<div class="logo"><a href="index.html"><img class="logo-img" src="img/cam.png" alt="CAM logo"></a></div>
<ul>
<li><a href="about.html"><img class="nav-button" src="img/about.png" alt="About icon"></a><br> <span class="hover-hide">about</span></li>
<li><a href="resume.pdf"><img class="nav-button" src="img/resume.png" alt="Resume icon"></a><br> <span class="hover-hide">resume</span></li>
<li><a href="education.html"><img class="nav-button" src="img/education.png" alt="Education icon"></a><br> <span class="hover-hide">education</span></li>
<li><a href="work_exp.html"><img class="nav-button" src="img/work.png" alt="Work icon"></a><br> <span class="hover-hide">work</span></li>
<li><a href="projects.html"><img class="nav-button" src="img/projects.png" alt="Projects icon"></a><br> <span class="hover-hide">projects</span></li>
</ul>
</div>
</header>
<div class="core">
<div class="yellow-back">
<div class="container">
<h1>Development</h1>
</div>
</div>
<div class="grey-back">
<div class="container">
<div class="sub-text green-text handwritten">This is a small sampling of the large number of projects I've worked on as a student.<br>( Note: This site is rather new and I'm slowly filling in content. )</div>
</div>
</div>
<div class="green-back">
<div class="container">
<h2>Web</h2>
<div class="project">
<a href="projects/goalkeeper.html"><img src="img/projects/goalkeeper.png"></a>
<div class="subtitle"><a href="projects/goalkeeper.html">Goalkeeper</a></div>
</div><div class="project">
<a href="projects/split.html"><img src="img/projects/split.png"></a>
<div class="subtitle"><a href="projects/split.html">Split</a></div>
</div><div class="project">
<a href="projects/lansingbound.html"><img src="img/projects/lansingbound.png"></a>
<div class="subtitle"><a href="projects/lansingbound.html">Lansing Bound</a></div>
</div><div class="project">
<a href="projects/personalsite.html"><img src="img/projects/personalsite.png"></a>
<div class="subtitle"><a href="projects/personalsite.html">Personal Site</a></div>
</div><div class="project">
<a href="projects/folyo.html"><img src="img/projects/folyo.png"></a>
<div class="subtitle"><a href="projects/folyo.html">Folyo</a></div>
</div><div class="project">
<a href="projects/ladiesfirst.html"><img src="img/projects/ladiesfirst.png"></a>
<div class="subtitle"><a href="projects/ladiesfirst.html">Ladies First</a></div>
</div><div class="project">
<a href="projects/wic.html"><img src="img/projects/wic.png"></a>
<div class="subtitle"><a href="projects/wic.html">Women in Computing</a></div>
</div>
</div>
</div>
</div>
<div class="push"></div></div>
<div class="footer">
<a href="http://www.linkedin.com/in/mcdonaldca"><span class="icon icon-linkedin"></span></a>
<a href="https://github.com/mcdonaldca"><span class="icon icon-github"></span></a>
<a href="http://www.twitter.com/altoanthem"><span class="icon icon-twitter"></span></a>
</div>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/nav.js" type="text/javascript"></script>
</body>
</html>