-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomepage.html
160 lines (153 loc) · 5.13 KB
/
homepage.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<script src="javascript.js"></script>
<title>Homepage</title>
<hr id="firsthr">
<div class="upper">
<img class="img-nav" src="endava.jpg" style="width:150px;">
<nav>
<ul class="right-nav">
<li>HOME</li>
<li>ABOUT</li>
<li>PHOTOS</li>
<li>CONTACT US</li>
</ul>
</nav>
</div>
<hr id="secondhr">
</head>
<body>
<div class="para2">
<p id="p1">
LOREM IPSUM
</p>
<p id="p2">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
<div id="button">
<button type="button" id="but">Read</button>
</div>
</div>
<div class="para3">
<table id="table" width=50%>
<tr>
<td><hr id="newhr"/></td>
<td id="about" style="width:3px; padding: 0 4px; white-space:nowrap;">ABOUT US </td>
<td><hr id="newhr"/></td>
</tr>
</table>
<p id="para4">
dfgbaskfs,cfnaslknflsdnkc v,s nfvasdjcvm,dfkvjas fmvafvnkjasl,vnalnlvf vnflkb.
</p>
<p id="para4">
sdiukjjdkbvjflsdnvldsnvsiu fio fhisfhgiohio h iohflioh hg foghdighh oh vfiviogfj iofhgvkldxn io jiof gidiofgjl iifj gildfj oi ij l jiof io glji jo .
</p>
</div>
<div class="para2">
<table id="table" width=50%>
<tr>
<td><hr id="newhr"/></td>
<td id="about" style="width:3px; padding: 0 4px; white-space:nowrap; color:white">PHOTOS </td>
<td><hr id="newhr"/></td>
</tr>
</table>
<p id="para4">
</p>
<div>
<div class="member1">
<img src="1.jpg" class="img-responsive img-thumbnail" alt="Responsive image" />
<div class="name">Name
<br />Description</div>
<div class="name2">Name
<br />Descriptiondfcjkd edh fkjh</div>
</div>
<div class="member">
<img src="1.jpg" class="img-responsive img-thumbnail" alt="Responsive image" />
<div class="name">Name
<br />Description</div>
<div class="name2">Name
<br />Descriptiondfcjkd edh fkjh</div>
</div>
<div class="member">
<img src="1.jpg" class="img-responsive img-thumbnail" alt="Responsive image" />
<div class="name">Name
<br />Description</div>
<div class="name2">Name
<br />Descriptiondfcjkd edh fkjh</div>
</div>
<p id="para4">
</p>
<p id="para4">
</p>
<div class="member1">
<img src="1.jpg" class="img-responsive img-thumbnail" alt="Responsive image" />
<div class="name">Name
<br />Description</div>
<div class="name2">Name
<br />Descriptiondfcjkd edh fkjh</div>
</div>
<div class="member">
<img src="1.jpg" class="img-responsive img-thumbnail" alt="Responsive image" />
<div class="name">Name
<br />Description</div>
<div class="name2">Name
<br />Descriptiondfcjkd edh fkjh</div>
</div>
<div class="member">
<img src="1.jpg" class="img-responsive img-thumbnail" alt="Responsive image" />
<div class="name">Name
<br />Description</div>
<div class="name2">Name
<br />Descriptiondfcjkd edh fkjh</div>
</div>
</div>
</div>
<div class="contact">
<table id="table" width=50%>
<tr>
<td><hr id="newhr"/></td>
<td id="about" style="width:3px; padding: 0 4px; white-space:nowrap; color:white">CONTACT US </td>
<td><hr id="newhr"/></td>
</tr>
</table>
<div class="white-box">
<p id="endava"> Endava 2016! </p>
<div id="right">
<p style="margin:0; padding-bottom:6px; font-family:sans-serif; color:grey; padding-right:30%;">Type Your Message</p>
<textarea name="Message" style="width:90%; height:200px;" id="Message"></textarea>
</div>
<div id="left">
<form method="post" name="myform" onsubmit="return validateForm()">
<p style="margin:0; padding-bottom:6px; font-family:sans-serif; color:grey; padding-right:53%;">Your Name*</p>
<input type="text" name="Name" id="Name" style="margin-bottom:2%; padding-bottom:6px; width:100%"/>
<p style="margin:0; padding-bottom:6px; font-family:sans-serif; color:grey; padding-right:53%;">Your Email*</p>
<input type="text" name="Email" id="Email" style="margin-bottom:2%; padding-bottom:6px; width:100%" />
<p style="margin:0; padding-bottom:6px; font-family:sans-serif; color:grey; padding-right:50%; ">Contact Phone</p>
<input type="text" name="Phone" id="Phone" style="margin-bottom:2%; padding-bottom:6px; margin-bottom:10%; width:100%" />
<div id="buttonsubmit">
<button type="submit" id="button2">Send Message</button>
</div>
</form>
</div>
</div>
</div>
<nav id="responsiveFooter">
<ul class="right-nav">
<li>HOME</li>
<li>ABOUT</li>
<li>PHOTOS</li>
<li>CONTACT US</li>
</ul>
</nav>
<footer>
<div id="f">
<img id="imgf" src="twitter.png" style="width:30px;">
<img id="imgf" src="fb.png" style="width:30px;">
<img id="imgf" src="google.png" style="width:30px;">
<h id="foot">Internship Endava 2016</h>
</div>
</footer>
</body>
</html>