-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
260 lines (260 loc) · 10.2 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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!doctype html>
<!--fixed header code copied from: https://www.w3schools.com/howto/howto_js_sticky_header.asp
but JavaScript seemed problematic, so was abandoned -->
<!-- 26/6/21 Nev "fixed" header is very temperamental on Android mobile - Chrome v91.0.4472.101
it was broken by this 40 character email with the normal font:
Also broken by long web links - avoided with a short "display text" or small font.
If fixed header is broken - delete sections 1 by 1 to find the problem -->
<html>
<head>
<meta charset="utf-8">
<title>Nev's Demo Portfolio</title>
<link rel="icon" href="images/SSC_SmallLogo.png">
<link rel="stylesheet" href="main.css">
<style type="text/css">
body {
/*background-color: rgb(193,240,176); */
background-color: #FEE8B8; /*light orange*/
}
</style>
</head>
<body>
<div class="h2-BlueBG" id="A01"></div>
<div class="header" id="myHeader ">
Fixed Header:
<span style="font-size: 30pt"><a href="#A01">Anchor1 (top)</a> --- <a href="#A02">Class URL's</a> ---
<a href="theory-v01.html" target="_blank">Theory Page</a></span>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<p class="h1-18ptBold">
<img src="images/YourLogo-JPG.jpg" alt="Logo for Nev" title="Nev's Logo"><br>
</p>
<p class="h1-18ptBold">
WEB TEMPLATE - HOME PAGE
</p>
<p class="h1-18ptBold">
<br>
<span class="text-red">This is under development<br />
My email:</span>
</p>
<p class="h1-18ptBold"> </p>
<p class="h1-18ptBold">
The repository for this site is at: <span style="color: red"> <a href="https://github.com/bwattle/Portfolio-Demo" title="My Email addresss">https://github.com/bwattle/Portfolio-Demo</a></span>
</p>
<div class="content">
<a href="index.html">Home</a>
<br>
<br>
<div class="h2-BlueBG">
Headings have the same background colour as the logo
</div>
<br>
<br>
<br>
<div>
<table>
<tr>
<td><a href="folio-v01.html" title="Open this version" target="_blank">folio v1.01</a></td>
<td>This page is very simple in fact, at this stage, it's blank. I'm just happy that it works. </td>
</tr>
<tr>
<td><a href="folio-v02.html" title="Open this version" target="_blank">folio v1.02</a></td>
<td>Embedded an html amimation page, but long links which corrupt the sticky header on a mobile phone</td>
</tr>
<tr>
<td><a href="folio-v03.html" title="Open this version" target="_blank">folio v1.03</a></td>
<td>Long links are shortened and header sticks on a mobile phone</td>
</tr>
<tr>
<td><a href="folio-v04.html" title="Open this version" target="_blank">folio v1.04</a></td>
<td>This is not ready yet</td>
</tr>
<tr>
<td><a href="folio-v01.html" title="Open this version" target="_blank">folio v1.01</a></td>
<td>This is not ready yet</td>
</tr>
<tr>
<td><a href="folio-v01.html" title="Open this version" target="_blank">folio v1.01</a></td>
<td>This is not ready yet</td>
</tr>
<tr>
<td><a href="folio-v01.html" title="Open this version" target="_blank">folio v1.01</a></td>
<td>This is not ready yet</td>
</tr>
<tr>
<td><a href="folio-v01.html" title="Open this version" target="_blank">folio v1.03</a></td>
<td>This is not ready yet</td>
</tr>
</table>
<div class="h1-18ptBold">
<br />
The original template repository address is: <a href="https://github.com/bwattle/Porfolio">https://github.com/bwattle/Porfolio</a>
</div>
<br>
<div class="h1-18ptBold" id="A02">
</div>
<a href="index.html">Home</a>
<br>
<br>
<p class="h2-BlueBG">Class Web Addresses </p>
<p>
<span style="color: #7030A0;">2021 site URL�s:</span>
</p>
<table>
<tr>
<td>
<p>
<b>Name
<br />
Logo</b>
</p>
</td>
<td>
<p><b>Website URL</b></p>
</td>
</tr>
<tr>
<td>Marcus</td>
<td>
<p>
<a href="https://marcus-abisaab.github.io/Portfolio/">https://marcus-abisaab.github.io/Portfolio/</a>
</p>
</td>
</tr>
<tr>
<td>
<p>
Thomas
<br />
<img src="images/clip_image001.png" /><br />40x40px
</p>
</td>
<td>
<p>
<a href="https://novastrion.github.io/Portfolio/">https://novastrion.github.io/Portfolio/ </a>
</p>
</td>
</tr>
<tr>
<td>
<p>
Atticus<br />
<img src="images/clip_image002.png" /><br />40x40px
</p>
</td>
<td>
<p><a href="https://atticusburn.github.io/bwattleportfolio/">https://atticusburn.github.io/bwattleportfolio/</a></p>
</td>
</tr>
<tr>
<td>
<p>Victor</p>
</td>
<td>
<p><a href="https://victorcorazzaderi.github.io/Portfolio1/">https://victorcorazzaderi.github.io/Portfolio1/</a></p>
</td>
</tr>
<tr>
<td>
<p>Luca </p>
</td>
<td>
<p><a href="https://lucagallelli.github.io/Portfolio/">https://lucagallelli.github.io/Portfolio/ </a></p>
</td>
</tr>
<tr>
<td>
<p>
David
<br />
<img src="images/clip_image003.png" /><br />40x40px
</p>
</td>
<td>
<p><a href="https://ricekrispy13.github.io/Portfolio-David/">https://ricekrispy13.github.io/Portfolio-David/</a></p>
</td>
</tr>
<tr>
<td>
<p>
Jordan
<br />
<img src="images/clip_image005.png" /><br />41x39px<br />
<img src="images/clip_image004.png" /><br />98x94px
</p>
</td>
<td>
<p><a href="https://jordan-jay.github.io/_VS/">https://jordan-jay.github.io/_VS/</a></p>
</td>
</tr>
<tr>
<td>
<p>
Nathan
<br />
<img alt="This file is missing" src="images/clip_image006.png" />
</p>
</td>
<td>
<p><a href="https://nlists.github.io/portfolio/">https://nlists.github.io/portfolio/</a></p>
</td>
</tr>
<tr>
<td>
<p>
Aaron<br />
<img src="images/clip_image006.jpg" /> <img src="images/clip_image007.jpg" /><br />40x40px<br />26x26px
</p>
</td>
<td>
<p><a href="https://agentnoraab.github.io/Portfolio/">https://agentnoraab.github.io/Portfolio/</a></p>
</td>
</tr>
<tr>
<td>
<p>Kyan </p>
</td>
<td>
<p>
<a href="https://kyan-n.github.io/Portfolio/">https://kyan-n.github.io/Portfolio/</a>
</p>
</td>
</tr>
<tr>
<td>
<p>
Oliver<br />
<img src="images/clip_image009.png" /><br />69x69px
</p>
</td>
<td>
<p><a href="https://oliverw10.github.io/IPT-portfolio/">https://oliverw10.github.io/IPT-portfolio/</a></p>
</td>
</tr>
<tr>
<td>
<p>
Martin<br />
<img src="images/clip_image011.png" /><br />77x77px
</p>
</td>
<td>
<p><a href="https://martin-zurek.github.io/IPT-Website/">https://martin-zurek.github.io/IPT-Website/ </a></p>
</td>
</tr>
</table>
<br>
<br>
<a href="index.html">Home</a>
<br>
<p class="h2-BlueBG">End of page</p>
</div>
</div>
</body>
</html>