-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWelcome_Page.htm
130 lines (110 loc) · 4 KB
/
Welcome_Page.htm
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
<!DOCTYPE html>
<head>
<title>ADSA Login</title>
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/css/bootstrap-combined.min.css" rel="stylesheet">
<style type='text/css'>
body {
background-color: #F5F5F5;
p {color:#F0FFFF;}
}
</style>
</head>
<html>
<body style="background-color:#191970;">
<div class="container" style="background-color:#008B8B">
<div class="row">
<div class="span4">
<img src="/home/Alex/Documents/HTML/photos/adsa_icon.jpg" alt="head" width="411" height="100">
</div>
<div class="span5">
<img src="/home/Alex/Documents/HTML/photos/tech_business7.jpg" alt="head" width="697" height="100">
</div>
<div class="span3">
<p>Haven't visited us before? Please take a moment to</p><li style="color:#F0FFFF"><a href="Register.html" style="color:#F0FFFF">Register</a></li>
</div>
</div
<div class="row">
<div class='navbar navbar-inverse'>
<div class='navbar-inner nav-collapse' style="height: auto;">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Language <span class="caret"></span>
</a>
<ul class="dropdown-menu">
</ul>
</li>
<li><a href="pageOne.html">Info</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Log In<span class="caret"></span>
</a>
<ul class="dropdown-menu">
</ul>
</li>
<li class="active"><a href="#">Link</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Projects<span class="caret"></span>
</a>
<ul class="dropdown-menu">
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="span10 offset1" style="text-align: center">
<img src="/home/Alex/Documents/HTML/photos/africanChildrenSinging.jpg" alt="Welcome" width="1280" height="720">
</div>
</div>
<div class="row">
<div class="span4 offset4" style="text-align: center">
<div class="btn-group">
<button type="button" class="btn btn-default">Facebook</button>
<button type="button" class="btn btn-default">Twitter</button>
<button type="button" class="btn btn-default">Linked In</button>
</div>
</div>
</div>
<div class="row">
<div class="span3 offset1" style="text-align: center">
<img src="/home/Alex/Documents/HTML/photos/tech_business2.jpg" alt="tech" width="232" height="299">
</div>
<div class="span2 offset1" style="text-align: center">
<img src="/home/Alex/Documents/HTML/photos/adsa_contactUs.jpg" alt="tech" width="232" height="300">
</div>
<div class="span3 offset1" style="text-align: center">
<img src="/home/Alex/Documents/HTML/photos/tech_business3.jpg" alt="tech" width="232" height="300">
</div>
</div>
<div class="row">
<div class="span6 offset3" style="text-align: center">
<h2 style="color:#F0FFFF">The first project to give researchers & medical professionals direct access to the most up to date information regarding the AIDS crisis in South Africa</h2>
</div>
</div>
<div class="row">
<div class="span10 offset1" style="text-align: center">
<img src="/home/Alex/Documents/HTML/photos/tech_business6.jpg" alt="tech" width="968" height="495">
</div>
</div>
<div class="row">
<div class="span3 offset1" style="color:#F0FFFF">
<p>This is an area for text, meant for any information you want to include</p>
</div>
<div class="span3 offset1" style="color:#F0FFFF">
<p>This is another area for text, meant for any other information you want to include</p>
</div>
<div class="span2 offset1">
<div class="btn-group-vertical">
<button type="button" class="btn btn-default">Link 1</button>
<button type="button" class="btn btn-default">Link 2</button>
<button type="button" class="btn btn-default">Link 3</button>
</div>
</div>
</div>
</body>
</html>