-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclock.html
More file actions
97 lines (88 loc) · 5.24 KB
/
clock.html
File metadata and controls
97 lines (88 loc) · 5.24 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
95
96
97
<table style="height: 300px; width: 100%; background-color: #e6fbec;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width: 300px;"><iframe style="border: 0;" src="https://emilysmithson.github.io/web/#/" width="400" height="400
"></iframe></td>
<td style="300px; background-color: #e6fbec;">
<h1 style="text-align: center;"> Emily Smithson</h1>
<h2 style="text-align: center;">Flutter Developer</h2>
</td>
</tr>
</tbody>
</table>
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body {font-family: Arial, Helvetica, sans-serif;}
.navbar {
width: 100%;
background-color: #555;
overflow: auto;
}
.navbar a {
float: left;
padding: 12px;
color: white;
text-decoration: none;
font-size: 17px;
}
.navbar a:hover {
background-color: #000;
}
.active {
background-color: #4CAF50;
}
@media screen and (max-width: 500px) {
.navbar a {
float: none;
display: block;
}
}
</style>
<body>
<div class="navbar">
<a class="active" href="https://emilysmithson.github.io/index.html"><i class="fa fa-fw fa-home"></i> Home</a>
<a href="https://emilysmithson.github.io/aboutme.html"><i class="fa fa-fw fa-user"></i>About me</a>
<a href="https://emilysmithson.github.io/contacts.html"><i class="fa fa-fw fa-envelope"></i> Contact</a>
</div>
</body>
</html>
<h2> </h2>
<h2>Portfolio</h2>
</table>
<table style="height: 140px; background-color: #b9fecd;" width="100%">
<tbody>
<tr style="height: 14px;">
<td style="width: 77.859375px; height: 14px;"><a title="Petits Zouzous" href="https://emilysmithson.github.io/petits_zouzous.html"><span style="background-color: #339966;"><img style="border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; display: block; margin-left: auto; margin-right: auto;" src="https://github.com/emilysmithson/les_petits_zouzous/blob/master/android/app/src/main/res/web_hi_res_512.png?raw=true" width="150" height="150" /></span></a></td>
<td style="width: 77.859375px; height: 14px;"><a title="Reland Green" href="https://emilysmithson.github.io/redland_green.html"><span style="background-color: #339966;"><img style="border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; display: block; margin-left: auto; margin-right: auto;" src="https://github.com/emilysmithson/redland_green_trail/blob/master/android/app/src/main/web_hi_res_512.png?raw=true" width="150" height="150" /></span></a></td>
<td style="width: 77.859375px; height: 14px;"><a title="Mesmerising Clock" href="https://emilysmithson.github.io/clock.html"><span style="background-color: #339966;"><img style="border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; display: block; margin-left: auto; margin-right: auto;" src="https://github.com/emilysmithson/mesmerising_clock/blob/master/android/app/src/main/web_hi_res_512.png?raw=true" width="150" height="150" /></span></a></td>
<td style="width: 77.859375px; height: 14px;"><a title="Bristol Playgrounds" href="https://emilysmithson.github.io/bristol_playgrounds.html"><span style="background-color: #339966;"><img style="border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; display: block; margin-left: auto; margin-right: auto;" src="https://github.com/emilysmithson/bristol_playgrounds/blob/master/android/app/src/main/web_hi_res_512.png?raw=true" width="150" height="150" /></span></a></td>
</tr>
<tr style="height: 10px;">
<td style="width: 77.859375px; height: 10px; text-align: center;">Les Petits Zouzous</td>
<td style="width: 77.859375px; height: 10px; text-align: center;">Redland Green Tree Trail</td>
<td style="width: 77.859375px; height: 10px; text-align: center;">Mesmerising Clock</td>
<td style="width: 77.859375px; height: 10px; text-align: center;">Bristol Playgrounds</td>
</tr>
</tbody>
</table><table style="width: 100%;" cellspacing="10" cellpadding="10">
<tbody>
<tr>
<td>
<p><iframe style="border: 0;" src="https://emilysmithson.github.io/mesmerising_clock.html" width="400" height="800
"></iframe></p>
</td>
<td>
<h1>Mesmerising Clock</h1>
<p>This clock was originally designed as part of the Flutter Clock Challenge.
<p>The arcs move in time with the minute and second hands.
<p>Tapping the screen it brings up settings options so that you can customise the colours.</p>
<p>This app was built using flutter. It features animations of custom paint arcs. It has a backend SQLite server which keeps track of the users options.</p>
<p><a title="App Store" href="https://apps.apple.com/gb/app/mesmerising-clock/id1532195544"><img src="https://www.thevenueleisurecentre.co.uk/wp-content/uploads/2019/02/App-Store-logo.jpg" alt="Apple App Store" width="200" height="80" /></a></p>
<p><a href="https://play.google.com/store/apps/details?id=uk.co.bristolflutterdeveloper.mesmerising_clock"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQcx8sRXXQmSlzJSrNHCefb7yHRWl2BPBTuTA&usqp=CAU" alt="" width="200" height="80" /></a></p>
</td>
</tr>
</tbody>
</table>