-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
82 lines (81 loc) · 3.78 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./img/logo.jfif">
<title>AI CLUB IGDTUW</title>
<link rel="stylesheet" href="./css/main2.css">
<link rel="stylesheet" href="./index.css">
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
</head>
<body id="fonts">
<nav class="navbar navbar-expand-lg navbar navbar-light bg-light mynav">
<a class="navbar-brand" href="#">
<img src="./About/WhatsApp Image 2020-09-08 at 1.59.01 PM.jpeg" width="40" height="40" class="d-inline-block align-top" alt="">
EventTitan
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="./signin.html">Events <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active ">
<a class="nav-link " href="./signup.html"></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="./signin.html">Events <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="./signin.html">Events <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="./signin.html">Events <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="./signin.html">Events <span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</nav>
<!-- <hr> -->
<div class="hero">
<div class="herotext">
<p class="mytext">We are the women in ML and AI
who hold the power to bring a
technological revolution.</p>
<p class="mysubtext">The Revolution is Here.
The Revolution is AI Club, IGDTUW.</p>
<button class="getstarted">Get Started</button>
</div>
<div class="heroimage">
<img src="./About/hero_display_image.png">
</div>
</div>
<!-- <div class="jumbotron" style="text-align: center;">
<h1>Welcome!</h1>
<p style="text-align: center; margin-left:20%; width:60%;">Lorem Ipsum is simply dummy text of the
printing and typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown printer took
a galley of type and scrambled it to make a type specimen book.
It has survived not only five centuries, but also the leap into
electronic typesetting, remaining essentially unchanged.</p>
</div> -->
<hr>
<div class="container" id="parentofevent">
<ul id="eventlist">
<!-- <li>event1</li>
<li>event2</li> -->
</ul>
</div>
</div>
</body>
</html>