-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (70 loc) · 3.35 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
---
layout: default
---
<title>Lindsay Silver</title>
<link href="{{ site.url }}/css/home.css" rel="stylesheet">
</head>
<body>
<div class="container">
<h1 class = "text-center show-for-medium-up" id = "header">
<a href ="#"> { Lindsay Silver } </a></h1>
<h1 class = "text-center hide-for-medium-up" id = "header">
<a href ="#"> <img src = "{{ site.url }}/img/smalllogo.png"> </a></h1>
<div class = "text-center" id = 'menu'>
<h2> <a href = "{{ site.url }}/about">About </a>|<a href = "{{ site.url }}/PROJ"> Projects </a>|<a href = "{{ site.url }}/Photos"> Photos </a>| <a href = "{{ site.url }}/MORE"> More </a></h2>
</div>
<div class = "text-center">
<!--learned techniques to do this from Alexandra Hoefinger and SVGpocketbook-->
<svg height="25" width="990" class="zigzag">
<line x1="0" y1="0" x2="30" y2="25" />
<line x1="30" y1="25" x2="60" y2="0" />
<line x1="60" y1="0" x2="90" y2="25" />
<line x1="90" y1="25" x2="120" y2="0" />
<line x1="120" y1="0" x2="150" y2="25" />
<line x1="150" y1="25" x2="180" y2="0" />
<line x1="180" y1="0" x2="210" y2="25" />
<line x1="210" y1="25" x2="240" y2="0" />
<line x1="240" y1="0" x2="270" y2="25" />
<line x1="270" y1="25" x2="300" y2="0" />
<line x1="300" y1="0" x2="330" y2="25" />
<line x1="330" y1="25" x2="360" y2="0" />
<line x1="360" y1="0" x2="390" y2="25" />
<line x1="390" y1="25" x2="420" y2="0" />
<line x1="420" y1="0" x2="450" y2="25" />
<line x1="450" y1="25" x2="480" y2="0" />
<line x1="480" y1="0" x2="510" y2="25" />
<line x1="510" y1="25" x2="540" y2="0" />
<line x1="540" y1="0" x2="570" y2="25" />
<line x1="570" y1="25" x2="600" y2="0" />
<line x1="600" y1="0" x2="630" y2="25" />
<line x1="630" y1="25" x2="660" y2="0" />
<line x1="660" y1="0" x2="690" y2="25" />
<line x1="690" y1="25" x2="720" y2="0" />
<line x1="720" y1="0" x2="750" y2="25" />
<line x1="750" y1="25" x2="780" y2="0" />
<line x1="780" y1="0" x2="810" y2="25" />
<line x1="810" y1="25" x2="840" y2="0" />
<line x1="840" y1="0" x2="870" y2="25" />
<line x1="870" y1="25" x2="900" y2="0" />
<line x1="900" y1="0" x2= "930" y2="25" />
<line x1="930" y1="25" x2="960" y2="0" />
<line x1="960" y1="0" x2="990" y2="25" />
</svg>
</div>
<header>
<div class = "show-for-large-up" id = 'large'>
<div class = "banner text-center">
<div class = "overlay-container">
<img id = 'main' src="{{ site.url }}/img/main.jpg">
<div class = "overlay1 show-for-large-up">
<strong class="text-left">Welcome</strong>
</div>
</div>
</div>
</div>
<div class = "show-for-medium-down" id = "medium">
<img id = 'main' src="{{ site.url }}/img/main.jpg">
</div>
</div>
</header>
<br>