-
Notifications
You must be signed in to change notification settings - Fork 0
/
js.html
174 lines (142 loc) · 4.3 KB
/
js.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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE HTML>
<!--
breisch portfolio
-->
<html>
<head>
<title>BREISCH | p o r t f o l i o | jepson</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="icon" type="image/png" href="favicon.ico" />
</head>
<body class="is-preload">
<div id="page-wrapper">
<div id="wrapper">
<!-- Copyright -->
<div class="copyright" style="color: rgba(255, 255, 255, 0.144);"><a href="https://github.com/vidarrkerr">© breisch | portfolio</a></div>
<!-- Panel TABLE JEPSON 1 -->
<section class="panel colorjepson" id="js">
<div class="inner columns">
<div class="span-3">
<div class="table-wrapper">
<table>
<tbody>
<tr>
<td><h4>designer | project manager</td>
<td></td>
<td></td>
</tr>
<tr>
<td><h1 style="color: rgba(126, 198, 187);">benjamin jepson school</h1></td>
<td></td>
<td></td>
</tr>
<tr>
<td>new haven, connecticut</td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td align="right">new haven public schools</td>
</tr>
</tbody>
<p><h1><br></h1></p>
</table>
<div style="display: inline-block;">
<p style="color: rgba(0, 0, 0, 0); font-size: 0px;"> transparent text</p>
<ul class="actions">
<li><a href="./table/index-table.html#" class="button small">portfolio | home</a></li>
</ul>
</div>
<div style="display: inline-block;">
<p style="color: rgba(0, 0, 0, 0); font-size: 0px;"> transparent text</p>
<ul class="actions">
<li><a href="./table/index-table.html#js" class="button small">back</a></li>
</ul>
</div>
<div style="display: inline-block;">
<p style="color: rgba(0, 0, 0, 0); font-size: 0px;"> transparent text</p>
<ul class="actions">
<li><a href="./table/index-table.html#cs" class="button small">next project</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Panel TABLE -->
<!-- GALLERY Panel JEPSON -->
<section class="panel">
<div class="gallery">
<img src="images/gallery/thumbs/js01.jpg" alt="" class="image span-4" data-position="center"
style="border-left: 1px solid black; border-right: 1px solid black;">
<div class="group span-2-5">
<img src="images/gallery/thumbs/js20.jpg" alt="" class="image span-2-5" data-position="center"
style="border-bottom: 1px solid black;">
<img src="images/gallery/thumbs/js22.jpg" alt="" class="image span-2-5" data-position="center">
</div>
<img src="images/gallery/thumbs/js02.jpg" alt="" class="image span-3-5" data-position="center"
style="border-left: 1px solid black;"/></a>
<!-- <img src="images/gallery/thumbs/js04.jpg" alt="" class="image span-8" data-position="center"
style="border-left: 1px solid black;"> -->
</div>
</section>
<!--------------------------------------------- END JEPSON SCHOOL ------------------------------------------------------------------>
<!-- Panel TABLE JEPSON 2 -->
<section class="panel colorjepsonreverse">
<div class="inner columns">
<div class="span-1-5">
<div class="table-wrapper">
<table>
<tbody>
<tr>
<td style="color: rgba(126, 198, 187);">benjamin</td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td style="color: rgba(126, 198, 187);" align="right">jepson</td>
</tr>
<tr>
<td></td>
<td style="color: rgba(126, 198, 187);" align="center">school</td>
<td></td>
</tr>
</tbody>
<p><h1><br></h1></p>
</table>
<div style="display: inline-block;">
<p style="color: rgba(0, 0, 0, 0); font-size: 0px;"> transparent text</p>
<ul class="actions">
<li><a href="./table/index-table.html#js" class="button small"> back </a></li>
</ul>
</div>
<div style="display: inline-block;">
<p style="color: rgba(0, 0, 0, 0); font-size: 0px;"> transparent text</p>
<ul class="actions">
<li><a href="./table/index-table.html#cs" class="button small"> next project </a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Panel TABLE -->
<!----- END OF THE LINE COWBOY ----------------------------------------------->
<!-- THIS </div> IS THE inner Wrapper ENTIRE PAGE -->
</div>
<!-- THIS </div> IS THE OUTER PAGE Wrapper ENTIRE PAGE -->
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>