forked from ScienceClubofDaniaCollege/ducsc-client-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
139 lines (116 loc) · 3.64 KB
/
index.html
File metadata and controls
139 lines (116 loc) · 3.64 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
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>
<meta charset="utf-8">
<!-- This is for scaling the content in mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- All of this are Bootstrap Link -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<!-- Our Style -->
<link rel="stylesheet" type="text/css" href="styles/nhas-style.css">
<link rel="stylesheet" type="text/css" href="styles/zahins-style.css">
<title>DSC</title>
</head>
<body>
<a href="https://github.com/DaniaScienceClub/DaniaScienceClub.github.io" class="d-block px-3 py-2 text-center text-bold old-bv">This website is under development. You can contribute by clicking in this link.</a>
<!-- Start of Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark sticky-top bg-dark">
<a class="navbar-brand" href="index.html">
<img src="res/duc.jpg" alt="logo" style="width:50px;">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/members.html">Members</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/register.html">Register</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/about.html">About</a>
</li>
</ul>
</div>
</nav>
<br>
<!-- Finish of Navbar -->
<div class="alert alert-info" role="alert">
<h1 class="text-center">Still under development.....</h1>
</div>
html
</body>
<html>
<head>
<title>form</title>
<link href="style.css" type="text/css" rel="stylesheet">
</head
<body>
<div id="body1">
<div>
<div id="a">
<img src="duc.jpg">
<ul>
<li>About us</li>
<li>Contect</li>
<li>FAQ</li>
<li>Register</li>
<li>Projects</li>
<li>Funds</li>
<li>Member</li>
<li>Home</li>
</ul>
</div>
<div id="form1">
<form>
First Name<br>
<input name="first name" type="text" placeholder="First Name"><br>
Last Name<br>
<input name="last name" type="text" placeholder="Last Name"><br>
Gender<br>
<select>
<option>Male</option>
<option>Female</option>
</select><br>
Email<br>
<input name="email" type="text" placeholder="Email"><br>
Password<br>
<input name="password" type="password" placeholder="Password"><br>
<input type="submit" value="Submit"><br>
</form>
</div>
<div id="qq">
<div id="header1">Leader's Of The Club</div>
</div>
<div id="div1">
<div id="name">Zahin Afsar</div>
</div>
<div id="div2">
<div id="name">Nurul Huda</div>
</div>
<div id="div3">
<div id="name">Al-Mamun</div>
</div>
<div id="footer">
<p id="fheader"><strong>Enjoy our site<strong></p>
<p id="fheader2">"about the club"</p>
<div id="vline"></div>
<p id="faddress"><strong>Address</strong></p>
<p id="faddress2">"give the college address"</p>
<div id="vline2"></div>
<p id="fconnect"><strong>Contact</strong></p>
<p id="fconnect2">"give the contact address"</p>
</div>
</body>
</html>