-
Notifications
You must be signed in to change notification settings - Fork 0
/
!light-mlh-twitter.html
65 lines (49 loc) · 2.09 KB
/
!light-mlh-twitter.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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<title>Major League Hacking @MLHacks</title>
</head>
<body>
<div class="container">
<div class="row align-items-start">
<div class="col">
<div id="navbar" class="d-flex flex-column p-3 text-black bg-white" style="width: 300px;">
<ul>
<img src="https://logos-download.com/wp-content/uploads/2016/02/Twitter_Logo_new.png">
<li>Home</li>
<li>Explore</li>
<li>Notifications</li>
<li>Messages</li>
<li>Bookmarks</li>
<li>Lists</li>
<li>Profile</li>
<li>More</li>
</ul>
</div>
</div>
<div class="col">
<img style="width: 800px; height: 300px;" src="https://pbs.twimg.com/profile_banners/1674737485/1398208241/1080x360">
<img style="width: 200px; height: 200px; border-radius: 10px;" src="https://pbs.twimg.com/profile_images/1184141979493568515/NMa0vlIb_200x200.jpg">
<h1>Major League Hacking</h1>
<h3>@MLHacks</h3>
<p>Major League Hacking - the global community for student hackers. #HappyHacking</p>
<div class="container">
<div class="row align-items-start">
<p>
Live now with @SashrikaKaur for a fun game of !Light - Share Edition. Gather your guilds and head over to http://twitch.tv/mlh <br>#localhackday
</p>
</div>
</div>
</div>
<div class="col">
<input type="text" placeholder="Search">
<p>Made in 15 mins by SunderB using Bootstrap.<br>Send complaints to /dev/null</p>
</div>
</div>
<div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
</body>
</html>