-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsprint3.html
More file actions
94 lines (77 loc) · 2.75 KB
/
Copy pathsprint3.html
File metadata and controls
94 lines (77 loc) · 2.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="styles/main.css">
<title>Page Title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="header">
</div>
<div class ="navbar">
<a href="sprint1.html">Sprint 1</a>
<a href="sprint2.html">Sprint 2</a>
<a href="sprint3.html">Sprint 3</a>
<a href="sprint4.html">Sprint 4</a>
<a href="sprint5.html">Sprint 5</a>
<a href="index.html" class="right">Home</a>
<div class="dropdown">
<button class="dropbtn">dropdown
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>
</div>
<div class="row">
<div class="side">
<h2>Marni Wild</h2>
<img id="profilePic" src="photos/marni.jpg" alt ="Te Aroha 2019">
<p>These photo's were taken at the top of Wairere falls in Matamata.
I was travelling the north Island in my camper-van (living the life).
During my travels, I did a lot of hiking including the great walk Lake Waikaremoana.
</p>
<img id="pic" src=photos/waterful.jpg>
<div class="fakeimg" style="height:60px;"><br>
<div class="fakeimg" style="height:60px;"></div><br>
<div class="fakeimg" style="height:60px;"></div>
</div>
</div>
<div class="main">
<h2>Reflection's</h2>
<h3> Sprint 2. </h3>
<div class="fakeimg" style="height:1px;"></div>
<p>
</p>
</p>
<br>
<h2></h2>
<p>
</div>
</div>
<div class="footer">
<div class="social-icons section">
<div style="float: left;">
<p style="color: gray;">Contact us: Email - <span class="page"><a href ="Mailto:Marniwild49@gmail.com">Marniwild49@gmail.com</a> </span> Ph - 021929410 </p> <span class="topage"></span>
</div>
<div style="float: right">
<a href="" target="_blank">
<img src="https://raw.githubusercontent.com/rohitink/sociocons/master/Sociocons/facebook-sociocon.png" style="max-height: 32px;" alt="Facebook">
</a>
<a href="https://github.com/marniwild" target="_blank">
<img src="https://raw.githubusercontent.com/rohitink/sociocons/master/Sociocons/github-sociocon.png" style="max-height: 32px;" alt="Github">
</a>
<a href="mailto:marniwild49@gmail.com" target="_blank">
<img src="https://raw.githubusercontent.com/rohitink/sociocons/master/Sociocons/email-sociocon.png" style="max-height: 32px;" alt="Email">
</a>
</div>
</div>
<h2></h2>
</div>
</body>
</html>