-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathView.html
More file actions
executable file
·50 lines (43 loc) · 2.02 KB
/
Copy pathView.html
File metadata and controls
executable file
·50 lines (43 loc) · 2.02 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
<!doctype html>
<html>
<head>
<title>Anonymouse Project!!!!!??</title>
<link href="css/style.css" type="text/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" />
</head>
<body>
<div class="header">
<div id="ourLogo" style="width: 100px; height: 100px; background-color: red; border: 1px solid black">
Logo
</div>
</div>
<div class="content">
<div class="creator" style="position: absolute">
<img style="width: 40px; height: 40px; background-color: blue; border-radius: 100%;">
<br />
<label>Omar</label>
<br />
<label>5/6/2015</label>
<br />
<label>12:00 PM</label>
</div>
<div class="creatorContent">
<div class="title" style="width: 200px; height: 40px; background-color: pink; position: relative; left: 100px; font-family: 'Roboto', sans-serif;">Event Title</div>
<div class="map" style="width: 200px; height: 200px; background-color: green; position: relative; left: 100px">Map ya yehia</div>
<div class="date" style="width: 200px; height: 40px; background-color: yellow; position: relative; left: 100px">10/5/2015 6:00 PM</div>
</div>
<div class="attendance">
</div>
</div>
<div class="otherSuggestions" style="width: 500px; height: 100px; border: 1px solid black; border-radius: 4px">
</div>
<div class="footer">
</div>
<script type="application/javascript">
function openLinkDlg(obj){
alert("HYG: http://www.lnk.cm/0s1sda231230jjasldk0123nkl");
}
</script>
</body>
</html>