-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
129 lines (104 loc) · 4.22 KB
/
portfolio.html
File metadata and controls
129 lines (104 loc) · 4.22 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Jeff Schneider's Portfolio</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link type="text/css" rel="stylesheet" href="portfolio-popup/css/jquery.popdown.css" />
<link type="text/css" rel="stylesheet" href="default.css" />
<link type="text/css" rel="stylesheet" href="stylesheets/portfolio.css" />
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<nav>
<ul>
<li><a href="/index.html">About</a></li>
<li><a href="/portfolio.html">Portfolio</a></li>
<li><a href="/resume.html">Resume</a></li>
<!-- <li><a href="/blog-index.html">Blog</a></li> -->
<!-- <li><a href="/contact.html">Contact</a></li> -->
</ul>
</nav>
<div class="wrapper">
<div class="header">
</div>
<div class = "entry">
<figure>
<a href="breadcrumbs.html" class="popdown" title="Breadcrumbs">
<img id='img-1' src="imgs/breadcrumbs.png" alt="breadcrumbs"/>
</a>
<figcaption class="fig">Breadcrumbs iOS App</figcaption>
</figure>
</div>
<div class = "entry">
<figure>
<a class="popdown" href="clea.html" alt="clea">
<img id='img-2' src="imgs/clea.png" alt="clea"/>
</a>
<figcaption class="fig">Clea</figcaption>
</figure>
</div>
<div class = "entry">
<figure>
<a class="popdown" href="ecommerce.html">
<img class="img" id='img-7' src="imgs/ecommerce4x3.jpg" alt="sherlybox"/>
</a>
<figcaption class="fig">eCommerce Platform</figcaption>
</figure>
</div>
<div class = "entry">
<figure>
<a href="launchmachine.html" class="popdown">
<img id='img-4' src="imgs/launchmachine.png" alt="launch machine"/>
</a>
<figcaption class="fig">Launch Machine</figcaption>
</figure>
</div>
<div class = "entry">
<figure>
<a class="popdown" href="speakeasybriefs.html">
<img id='img-5' src="imgs/speakeasybriefslogo.png" alt="speakeasy briefs"/>
</a>
<figcaption class="fig">Speakeasy Briefs</figcaption>
</figure>
</div>
<div class = "entry">
<figure>
<a class="popdown" href="sherlybox.html">
<img id='img-6' src="imgs/sherlybox.png" alt="sherlybox"/>
</a>
<figcaption class="fig">Sherly Box</figcaption>
</figure>
</div>
<div class = "entry">
<figure>
<a class="popdown" href="randeux.html">
<img id='img-3' src="imgs/dice-roll.JPG" alt="randeux"/>
</a>
<figcaption class="fig">Randeux</figcaption>
</figure>
</div>
<div class = "entry">
<figure>
<a class="popdown" href="girlux.html">
<img class="img" id='img-8' src="imgs/grilluxw.jpg" alt="sherlybox"/>
</a>
<figcaption class="fig">Girl Lux</figcaption>
</figure>
</div>
<p><br></p>
<p><br></p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script type="text/javascript" src="portfolio-popup/lib/jquery.popdown.js"></script>
<script type="text/javascript" src="portfolio.js" ></script>
</body>
</html>