-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (67 loc) · 3.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Gear AI</title>
<meta charset="utf-8">
<link rel= "stylesheet" type= "text/css" href= "styles/main.css">
</head>
<! BODY SECTION>
<body bgcolor="#000000">
<! HEADER DIV>
<div class="header">
<img src="images/Artboard 1.png" alt="Gear AI Logo" width="40px" height="40px" style="margin-left: -160px;margin-bottom: -5px; opacity: 1;border-radius: 20px">
<a href="/" class="logo">Gear AI</a>
<! NAVIGATION BAR>
<div class="header-right">
<div class="navbar">
<a class = "active" href="index.html">Home</a>
<div class="dropdown">
<button class="dropbtn">Projects</button>
<div class="dropdown-content">
<a href="#">Gearium</a>
<a href="#">GearBot</a>
<a href="#">MarkCV</a>
</div>
</div>
<a class="inactive" href="pages/news.html">News</a>
<a class="inactive" href="pages/about.html">About</a>
<a class="inactive" href="pages/contact.html">Contact</a>
</div>
</div>
</div>
<! MAIN DIV>
<br><br><br><br><br>
<div class="maintext">
<div class="headertext">
<h1>Say YES, for revolutionizing Open Source.</h1>
<p class="subtext">Join Gear AI, an AI Community that thrives to create useful software through endless possiblities of Artificial Intelligence. Learn more by clicking the button below.</p>
<br>
<! BUTTONS DIV>
<a class="learnmore" href="pages/joinus.html">Learn More</a>
</div>
<div>
<hr>
<div class="maintext">
<div class="headertext">
<h1>Community Driven, 100%.</h1>
<p class="subtext">We believe that teamwork is everything. Hence, here at Gear AI, we appreciate collaboration and to work as a community. All of our divisions are community driven.</p>
<br>
<! BUTTONS DIV>
<a class="learnmore" href="pages/about.html">Learn More</a>
</div>
<div>
<hr>
<div class="maintext">
<div class="headertext">
<h1>Podcast that enriches your knowledge and lifestyle.</h1>
<p class="subtext">Introducing Gearium, the new Podcast by Gear AI. Gearium helps you get up to date with Science and Technology concepts and Tech News. We'll be talking about developer related topics and general science concepts. Stay tuned for more updates.</p>
<br>
<! BUTTONS DIV>
<a class="learnmore" href="pages/gearium.html">Listen to Gearium</a>
</div>
<div>
<br><br><br><br><br>
<div class="footer">
<p>Designed & Developed with ♥ in India by Gear AI.</p>
</body>
</html>