-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-incomplete.html
88 lines (72 loc) · 2.09 KB
/
index-incomplete.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Foundation for Sites</title>
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/app.css">
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/what-input.js"></script>
<script src="js/vendor/foundation.js"></script>
<script src="js/app.js"></script>
<link href="https://fonts.googleapis.com/css?family=Sanchez" rel="stylesheet">
<title>
Middlesex Clubs
</title>
<<<<<<< HEAD
</head>
=======
<h3>
Programming Club
</h3>
<h4>
Heads: Ted, Julia, and Luke
</h4>
<p>
Description: asdfghasdfghjklqwertaspoopdasgfghyuiop[zxcvbnmqwertyuiopasdfghjklzxcvbnm]
</p>
</div>
<p>
</p>
<div id="comSci">
<h3>
Computer Science
</h3>
<h4>
Heads: Kiara, Kelly, and Hyun
</h4>
<p>
Description: asdfgdkdkdkdkdkdkdkdkdkdkdkdkdkdkdkdkdkddkkdkdkdkdkdkdh
</p>
</div>
>>>>>>> origin/master
<body>
<h1>Middlesex Clubs</h1>
<h4 id="pageOne">
<a href="#home">Home</a>
<a href="#news">News</a>
<a href="#contact">Contact</a>
<h2 id="homebutton">Home</h2>
<h2 id="newsbutton">News</h2>
<h2>Schedule</h2>
<form action="action_page.php">
<div class="imgcontainer">
<img src="img_avatar2.png" alt="Avatar" class="avatar">
</div>
<div class="container">
<label><b>Username</b></label>
<input type="text" placeholder="Enter Username" name="uname" required>
<label><b>Password</b></label>
<input type="password" placeholder="Enter Password" name="psw" required>
<button type="submit">Login</button>
<input type="checkbox" checked="checked"> Remember me
</div>
<div class="container" style="background-color:#f1f1f1">
<button type="button" class="cancelbtn">Cancel</button>
<span class="psw">Forgot <a href="#">password?</a></span>
</div>
</form>
</body>
</html>