-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (93 loc) · 3.05 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
<!DOCTYPE html>
<html>
<head>
<title>Monique DeSalvo - Front End Developer - Oakland, CA</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Monda:400,700" rel="stylesheet">
<script src="https://use.fontawesome.com/30e4653c78.js"></script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
</head>
<body class="site">
<header>
<h1>Monique DeSalvo</h1>
<h2>Web Portfolio<h2>
</header>
<section id="main" class="site-content">
<div id="cards">
<div class="card">
<div class="title">
<a href="http://smoothstep.net/">
<h2>Smoothstep</h2>
</a>
<a href="https://github.com/moniquedesalvo/smoothstep">
<i class="fa fa-2x fa-github-alt" aria-hidden="true"></i>
</a>
</div>
<a href="http://smoothstep.net/">
<img src="images/smoothstep.jpg"/>
</a>
<p class="tech-used">Custom JavaScript Lightbox, Responsive Design</p>
<p>A personal website for documenting art projects.</p>
</div>
<div class="card">
<div class="title">
<a href="http://www.tripply.xyz/">
<h2>Tripply</h2>
</a>
<a href="https://github.com/moniquedesalvo/tripply">
<i class="fa fa-2x fa-github-alt" aria-hidden="true"></i>
</a>
</div>
<a href="http://www.tripply.xyz/">
<img src="images/tripply.gif"/>
</a>
<p class="tech-used">Node, Express, React, PostgreSQL, AirBnB API</p>
<p>A web app for planning vacations with friends.</p>
</div>
<div class="card">
<div class="title">
<a href="http://www.poof-game.xyz/">
<h2>Poof!</h2>
</a>
<a href="https://github.com/moniquedesalvo/poof">
<i class="fa fa-2x fa-github-alt" aria-hidden="true"></i>
</a>
</div>
<a href="http://www.poof-game.xyz/">
<img src="images/poof.gif"/>
</a>
<p class="tech-used">JQuery, custom icon font, vector graphics, sound effects</p>
<p>A browser-based game inspired by the matching card game 'SET'.</p>
</div>
<div class="card">
<div class="title">
<a href="http://www.drbrainlove.org/">
<h2>Dr. Brainlove</h2>
</a>
<a href="https://github.com/moniquedesalvo/drbrainlove">
<i class="fa fa-2x fa-github-alt" aria-hidden="true"></i>
</a>
</div>
<a href="http://www.drbrainlove.org/">
<img src="images/drbrainlove.jpg"/>
</a>
<p class="tech-used">Responsive Design, JQuery, lightbox photo gallery</p>
<p>Mobile friendly website for non-profit science outreach organization, Dr. Brainlove.</p>
</div>
</div>
</section>
<footer>
<div id="footer-icons">
<a href="https://github.com/moniquedesalvo">
<i class="fa fa-2x fa-github-alt" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/in/moniquedesalvo">
<i class="fa fa-2x fa-linkedin" aria-hidden="true"></i>
</a>
</div>
<div id="email"><a href="mailto:moniquerenee@gmail.com">moniquerenee@gmail.com</a></div>
</footer>
</body>
</html>