-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
139 lines (128 loc) · 4.51 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
<!DOCTYPE html>
<html>
<head>
<title>FUN with Phonics </title>
<link rel="icon" href="icon.jpg" type="image/x-icon">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body style="background-color:#dadfe8;">
<div class="topnav">
<div class="pill-nav">
<a href="#home">Home</a>
<a target="_blank" href="/home/bhargav/Fun-with-Phonics/about.html">About</a>
<a target="_blank" href="/home/bhargav/Fun-with-Phonics/programs.html">Programs</a>
<a href="#team">Team</a>
<a target="_blank" href="/home/bhargav/Fun-with-Phonics/activities.html">Activities</a>
<img src = "logo1.jpg" alt = "issa logo" style="width:100px; height:45px;" />
<a class="active" style=float:right target="_blank" href="/home/bhargav/Fun-with-Phonics/contact.html">Contact</a>
<a style=float:right target="_blank" href="/home/bhargav/Fun-with-Phonics/location.html">Locate Us</a>
<a style=float:right target="_blank" href="/home/bhargav/Fun-with-Phonics/franchise.html">Franchise</a>
<a style=float:right target="_blank" href="/home/bhargav/Fun-with-Phonics/gallery.html">Gallery</a>
</div>
</div>
<a name="home">
<div>
<br><br>
<h1>The Main Heading</h1>
<p>The main content goes here, like all the description vagera.</p>
</div>
</a>
<div>
<div style="text-align:left">
<p class="dashed" id= "rcorners3" align="left">About</p>
</div>
<div style="text-align:center">
<p class="dashed" id= "rcorners3" align="left">Program</p>
</div>
<div style="text-align:right">
<p class="dashed" id= "rcorners3" align="left">Activities</p>
</div>
</div>
<div>
<div style="text-align:left">
<p class="dashed" id= "rcorners3" align="left">Franchise</p>
</div>
<div style="text-align:center">
<p class="dashed" id= "rcorners3" align="left">Gallery</p>
</div>
<div style="text-align:right">
<p class="dashed" id= "rcorners3" align="left">Locate Us</p>
</div>
</div>
<div>
<p>
<!-- adding a video -->
<img src="test2.gif" alt="catty cat" style="width:600px; height:400px;"/>
</p>
</div>
<div>
<p>
<!-- adding link to an image -->
<a href="default.asp">
<img src="test3.gif" alt="Smiley face" style="float:right;width:100px;height:50px;">
<!-- The image will float to the right of the text.-->
<img src="test1.gif" alt="Smiley face" style="float:left;width:100px;height:50px;">
<!--The image will float to the left of the text. -->
</a>
<br><br>
</p>
</div>
<br><br>
<!-- Team -->
<a name="team">
<div class="row">
<div class="column">
<div class="card">
<img src="maisie1.jpg" alt="Jane" style="width:100%">
<div class="container">
<h2>Jane Doe</h2>
<p class="title">CEO & Founder</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>[email protected]</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="maisie2.jpeg" alt="Mike" style="width:100%">
<div class="container">
<h2>Mike Ross</h2>
<p class="title">Art Director</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>[email protected]</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="maisie3.jpg" alt="John" style="width:100%">
<div class="container">
<h2>John Doe</h2>
<p class="title">Designer</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>[email protected]</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</div>
</div>
</a>
<marquee direction="right"; behavior="scroll"; scrollamount=7;><tt>This is basic example of marquee</tt></marquee>
<div class="footer">
<br><br><br><br><br><br><br>
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-google"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-youtube"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-pinterest"></a>
<a href="#" class="fa fa-snapchat-ghost"></a>
<a href="#" class="fa fa-skype"></a>
</div>
</body>
</html>