-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·66 lines (57 loc) · 2.39 KB
/
Copy pathindex.html
File metadata and controls
executable file
·66 lines (57 loc) · 2.39 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
<!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">
<title>Anonymous Project!!!!!??</title>
<!-- CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css' />
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet" />
<link href="css/style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="header">
<div id="ourLogo">Logo</div>
<div id="ourLogin">
<a href="#">Login</a> | <a href="#">Register</a>
</div>
</div>
<div class="contentContainer">
<div class="content">
<img class="userAvatar" src="user1.svg" alt="user1">
<!--<p class="userName">User 1</p>-->
<input type="text" placeholder="Your Name" style="width: 82%;"/>
<br />
<input type="text" placeholder="Event Title" style="width: 100%;"/>
<br />
<input type="date" />
<input type="time" />
<br />
<input type="text" placeholder="Location.." />
<a href="http://maps.google.com">Locate on map</a>
<br />
<textarea placeholder="Description (optional)"></textarea>
<br />
<br />
<p class="note">Please provide your email to be notified about activity on this event</p>
<input type="text" placeholder="Email" style="width: 100%"/>
<button class="btn btn-getLink" onclick="openLinkDlg(this)">
Get link
</button>
</div>
</div>
<div class="footer">
</div>
<!-- Scripts -->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/color-thief.js"></script>
<script type="application/javascript">
function openLinkDlg(obj){
alert("HYG: http://www.lnk.cm/0s1sda231230jjasldk0123nkl");
}
</script>
</body>
</html>