-
Notifications
You must be signed in to change notification settings - Fork 0
/
tableofcontents.html
139 lines (132 loc) · 5.46 KB
/
tableofcontents.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
<!DOCTYPE html>
<!-- breisch portfolio -->
<html>
<head>
<title>BREISCH | p o r t f o l i o</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>
<!----------- TABLE OF CONTENTS ----------------------------------------------------------------------------------------->
<section class="panel colortableofcontents" id="tableofcontents">
<div class="inner columns">
<div class="span-7">
<div class="table-wrapper">
<table style="font-size: 0.99em; color: rgba(255, 243, 139, 0.671);">
<tbody>
<tr>
<td align="left"><a href="111.html">111 west lane | private residence</a></td>
<td align="left"><a href="ao">acorn one | acorn technology campus</a></td>
<td align="left"><a href="apt9.html">yale design studio | eco apartments 9</a></td>
</tr>
<tr>
<td align="left"><a href="br">brookside & rockview | urban development</a></td>
<td align="left"><a href="bw.html">bishop woods school | new haven public schools</a></td>
<td align="left"><a href="boat.html">yale design studio | boathouse</a></td>
</tr>
<tr>
<td align="left"><a href="cs.html">roberto clemente school | new haven public schools</a></td>
<td align="left"><a href="china.html">yale design studio | china studio</a></td>
<td align="left"><a href="dance.html">university of michigan | dance studio</a></td>
</tr>
<tr>
<td align="left"><a href="js.html">benjamin jepson school | new haven public schools</a></td>
<td align="left"><a href="house.html">yale design studio | building project | house</a></td>
<td align="left"><a href="greece.html">yale design studio | greece studio</a></td>
</tr>
<tr>
<td align="left"><a href="ocean.html">oceania cruises | ships marina | riviera</a></td>
<td align="left"><a href="lib.html">yale | design studio | library</a></td>
<td align="left"><a href="nhcc.html">new haven country club</a></td>
</tr>
<tr>
<td align="left"><a href="ph">scottsdale house | private residence</a></td>
<td align="left"><a href="police.html">yale design studio | police station</a></td>
<td align="left"><a href="uconn.html">university of connecticut | school of fine arts</a></td>
</tr>
<tr>
<td align="left"><a href="188.html">188 front street | private residence</a></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<div style="display: inline-block">
<p style="color: rgba(255, 243, 139, 0); font-size: 0px">
transparent text
</p>
<ul class="actions">
<li>
<a
href="./table/index-table.html#"
class="button primary"
style="color: rgba(255, 243, 139, 0.671) !important"
> portfolio | home </a
>
</li>
</ul>
</div>
<div style="display: inline-block">
<p style="color: rgba(255, 243, 139, 0); font-size: 0px">
transparent text
</p>
<ul class="actions">
<li>
<a
href="./table/resume.html"
class="button primary"
style="color: rgba(255, 243, 139, 0.671) !important"
> résumé </a
>
</li>
</ul>
</div>
<div style="display: inline-block">
<p style="color: rgba(255, 243, 139, 0); font-size: 0px">
transparent text
</p>
<ul class="actions">
<li>
<a
href="./table/resume.html#contact"
class="button primary"
style="color: rgba(255, 243, 139, 0.671) !important"
> contact </a
>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!----------------------------------------------------- END TABLE OF CONTENTS ------------------------------------------------->
<!---- 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>