-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
240 lines (212 loc) · 10.7 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>TechOus</title>
<link rel="icon" href="images/favicon.ico" />
<!-- FONT AWESOME STYLES-->
<script src="https://kit.fontawesome.com/2765dd7685.js" async></script>
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/fontawesome.min.css"> -->
<!-- BOOTSTRAP STYLES-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="styles/style.css">
<!-- GOOGLE FONTS APIS -->
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Acme" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<script src="scripts/index.js" defer></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js" defer></script>
</head>
<body>
<!-- TOP NAVIGATION -->
<nav id="navigation">
<i class="fas fa-cloud fa-3x" id="navigation-icon"></i>
</nav>
<div id="topNavigation">
<a href="javascript:void(0)" id="closebtn" onclick="closeTopNav()">×</a>
<a href="#main-section" class="nav-links">About</a>
<a href="#project-section" class="nav-links">Projects</a>
<a href="#team-section" class="nav-links">Our Team</a>
<a href="#join-section" class="nav-links">Connect with us</a>
</div>
<!-- HEADER SECTION -->
<header>
<div id="main-section">
<div id="header-image-div">
<img src="images/techous.png" alt="techous logo" id="header-image" onclick="window.location.href='https://github.com/TechOUs'"/>
</div>
<div id="header-info">
<h1 id="focus-line">OPEN SOURCE ORGANIZATION </h1>
<p id="magic"> where the magic is made </p>
<p id="focus-point"> Builder of incredible technology around us and providing a platform for the newbies </p>
<button class="btn btn-large btn-danger" id="btnred" onclick="window.location.href='https://github.com/TechOUs'">Click here to look at our Community </button>
</div>
</div>
</header>
<!-- PROJECTS SECTION -->
<section id="project-section" SameSite="None">
<h2 id="project-heading">
<span class="underline">PRO</span>JECTS
</h2>
<div class="container-fluid">
<div id="container-inner-div">
<div class="col-md-6 col-sm-6">
<img class="project-img" onclick="location.href='https://treasurejsapi.herokuapp.com/'" src="images/projects/treasureapis.png">
<h3 class="caption">TreasureAPIs</h3>
</div>
<div class="col-md-6 col-sm-6">
<img class="project-img" onclick="location.href='https://techous.github.io/rainbow'" src="images/projects/rainbow.png">
<h3 class="caption">Rainbow</h3>
</div>
<div class="col-md-6 col-sm-6">
<img class="project-img" onclick="location.href='https://techous.github.io/treasurejs.github.io/'" src="images/projects/treasurejsWebsite1.png">
<h3 class="caption">treasurejs.github.io</h3>
</div>
<div class="col-md-6 col-sm-6">
<img class="project-img" onclick="location.href='https://github.com/TechOUs/HacktoberFest19'" src="images/projects/hacktober.png">
<h3 class="caption">HacktoberFest 19</h3>
</div>
<div class="col-md-6 col-sm-6">
<img class="project-img" onclick="location.href='https://github.com/TechOUs/algOrithms'" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTQZoRUftitLag-MNErPME7dS-Pmisoc3_ND2TaKwQHToKJKTV7">
<h3 class="caption">Algorithms</h3>
</div>
<div class="col-md-6 col-sm-6">
<img class="project-img" onclick="location.href='https://github.com/TechOUs/Data-Structures'" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR0DYw7lLnwQ7XIPqJDqSzMmgP8MgwvULeT5mFvKL6HERKUA15OYQ">
<h3 class="caption">Data-Structures</h3>
</div>
<div class="col-md-6 col-sm-6">
<img class="project-img" onclick="location.href='https://github.com/TechOUs/Treasure-js'" src="images/projects/treasurejs.png">
<h3 class="caption">Treasure JS</h3>
</div>
<div class="col-md-6 col-sm-6">
<img class="project-img" onclick="location.href='https://github.com/TechOUs/solomon_solomon.com'" src="images/projects/blue.png">
<h3 class="caption">Solomon.com</h3>
</div>
<div class="col-md-6 col-sm-6">
<img class="project-img" onclick="location.href='https://github.com/TechOUs/Treasurejs-cli'" src="images/projects/treasurecli.png">
<h3 class="caption">Treasurejs CLI</h3>
</div>
</div>
</div>
</section>
<!-- TEAM SECTION -->
<section id="team-section">
<h2 id="team-heading">
<span id="team-underline">Our T</span>eam
</h2>
<div id="team-section-members">
<!-- NIDHI MITTAL -->
<div class="col-md-4 col-sm-6">
<img class="member-img" src="images/members/31856850.png">
<h3>Nidhi Mittal</h3>
<p>Co-Founder</p>
<i class="fab fa-github fa-3x" title ="Github" onclick="window.location.href='https://github.com/nidhimittal2'"></i>
<i class="fas fa-paper-plane fa-3x" title ="Gmail" onclick="window.location.href='https://www.facebook.com/nidhi.nida?fb_dtsg_ag=AdwcVwYgPteQgyh4w5UsxmjY8aQ6HCn5rZyrzqhqdJMW9w%3AAdx6UbVgwgfRnuhy_PmqT9u3Dv5hLNpYOqOIUzRBk1GqIA'" ></i>
</div>
<!-- ANIKET BATABYAL -->
<div class="col-md-4 col-sm-6">
<img class="member-img" src="images/members/bata.jpeg">
<h3>Aniket Batabyal</h3>
<p>Administrator</p>
<i class="fab fa-github fa-3x" title ="Github" onclick="window.location.href='https://github.com/anarchymonkey'"></i>
<i class="fas fa-paper-plane fa-3x" title ="Gmail" onclick="window.location.href='mailto:[email protected]'"></i>
</div>
<!-- GAURAV WALIA -->
<div class="col-md-4 col-sm-6">
<img class="member-img" src="images/members/gaurav.jpg">
<h3>Gaurav Walia</h3>
<p>Administrator</p>
<i class="fab fa-github fa-3x" title ="Github" onclick="window.location.href='https://github.com/GauravWalia19'"></i>
<i class="fas fa-paper-plane fa-3x" title ="Gmail" onclick="window.location.href='mailto:[email protected]'"></i>
</div>
<!-- RAMANPREET SINGH -->
<div class="col-md-4 col-sm-6">
<img class="member-img" src="images/members/28749866.jpeg">
<h3>Ramanpreet Singh</h3>
<p>Member</p>
<i class="fab fa-github fa-3x" title ="Github" onclick="window.location.href='https://github.com/Ramanpreet6262'"></i>
<i class="fas fa-paper-plane fa-3x" title ="Gmail" onclick="window.location.href='mailto:[email protected]'"></i>
</div>
<!-- NITIN GUPTA -->
<div class="col-md-4 col-sm-6">
<img class="member-img" src="images/members/1557149668868.jpg">
<h3>Nitin Gupta</h3>
<p>Member</p>
<i class="fab fa-github fa-3x" title ="Github" onclick="window.location.href='https://github.com/nitin-1926'"></i>
<i class="fas fa-paper-plane fa-3x" title ="Gmail" onclick="window.location.href='mailto:[email protected]'"></i>
</div>
<!-- PANKHURI TRIKHA -->
<div class="col-md-4 col-sm-6">
<img class="member-img" src="images/members/49311757.jpeg">
<h3>Pankhuri Trikha</h3>
<p>Member</p>
<i class="fab fa-github fa-3x" title ="Github" onclick="window.location.href='https://github.com/pankhuri-52'"></i>
<i class="fas fa-paper-plane fa-3x" title ="Gmail" onclick="window.location.href='mailto:[email protected]'"></i>
</div>
</div>
</section>
<!-- JOIN ORG SECTION -->
<section id="join-section">
<h2 id="join-heading">
<span id="join-underline">Connect with u</span>s
<i class="fas card-icon fa-link"></i>
</h2>
<div id="join-section-cards">
<!-- FOLLOW ON MEDIUM -->
<div class="join-section-card">
<div class="card-img-div">
<i class="fab fa-medium card-icon fa-5x"></i>
</div>
<div class="card-content">
<h4>Follow on Medium</h4>
<button class="card-button btn-success" id="">
follow
</button>
</div>
</div>
<!-- JOIN ON SLACK -->
<div class="join-section-card">
<div class="card-img-div">
<i class="fab fa-slack card-icon fa-5x"></i>
</div>
<div class="card-content">
<h4>Join our community on slack</h4>
<button class="card-button btn-success">
join
</button>
</div>
</div>
<!-- JOIN CARD -->
<div class="join-section-card">
<div>
<img src="images/join-techous.png" alt="join techous" class="card-img">
</div>
<div class="card-content">
<h4 id="join-techous">Join TechOUs</h4>
<button class="card-button btn-success" id="join-button">
join
</button>
</div>
</div>
</div>
</section>
<!-- FOOTER SECTION -->
<footer class="text-center">
<div>
<h5 class="text-uppercase">For more information</h5>
<h3 class="contact-us">Contact us on</h3>
<p><a href="mailto:[email protected]" class="email">[email protected]</a></p>
</div>
<div class="footer-copyright">
© 2020 Copyright:
<a style="color:white" href="https://github.com/TechOUs"> techOus Organization</a>
</div>
</footer>
</body>
</html>