-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (68 loc) · 3.12 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
<!DOCTYPE html>
<html>
<head>
<!-- This is a comment. Any links, resources go in the head section -->
<title>Isabela's Website</title>
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link href="https://fonts.googleapis.com/css?family=Coiny" rel="stylesheet">
<link id="icon" rel="icon" href="./gif/pucca.gif_c200" />
<!-- links javascript page -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="/js/index.js"></script>
</head>
<body class="custom">
<div id="weather" class="block">
<a class="weatherwidget-io" href="https://forecast7.com/en/40d71n74d01/new-york/"
data-label_1="NEW YORK" data-label_2="WEATHER"
data-theme="original" >NEW YORK WEATHER</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];
if(!d.getElementById(id)){js=d.createElement(s);
js.id=id;js.src='https://weatherwidget.io/js/widget.min.js';
fjs.parentNode.insertBefore(js,fjs);}}(document,'script','weatherwidget-io-js');
</script>
<a class="weatherwidget-io" href="https://forecast7.com/en/40d71n74d01/new-york/?unit=us" data-label_1="NEW YORK" data-label_2="WEATHER" data-theme="original" >NEW YORK WEATHER</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];
if(!d.getElementById(id)){js=d.createElement(s);js.id=id;
js.src='https://weatherwidget.io/js/widget.min.js';
fjs.parentNode.insertBefore(js,fjs);}}(document,'script','weatherwidget-io-js');
</script>
</div>
<div id="time" class="block">
<div style="text-align:left;padding:1em 0;">
<h3>
Current local time in
<br />New York City, United States
</h3>
<iframe src="https://www.zeitverschiebung.net/clock-widget-iframe-v2?language=en&size=medium&timezone=America%2FNew_York"
frameborder="0"> <!--width="100%" height="115" seamless-->
</iframe>
</div>
</div>
<div class="block gif">
<a href="./about.html">
<img src="./gif/about.gif" title="About cloud" alt="About"></a>
<img src="./gif/pucca.gif_c200"> <!-- the image tag does not need to be closed -->
</div>
<div class="block gif">
<img src="./gif/puccaparty.gif_c200" width="90%" height="80%">
</div>
<div class="input">
<h1>Welcome to Isabela's Website</h1>
<p>Want to connect?</p>
<form class="form-inline">
<div class="input-group">
<input type="email" class="form-control" size="50" placeholder="Email Address" required>
<div class="input-group-btn">
<button type="button" class="btn btn-danger">Connect</button>
</div>
</div>
</form>
</div>s
<div class="block" align="center">
<a href="http://fabspirit.blogspot.com/">a blog from a 2000 baby</a>
</div>
<!-- Put all content here. -->
</body>
</html>