-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
72 lines (70 loc) · 3 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
---
layout: default
title: Hashes_JMI
description: "Website for coders, entusiast, developers, hackers, of Jamia Millia Islamia."
js: [sweetscroll, main]
noheader: true
---
<div id="particles-js">
<div class="header">
<h1>
<span class="site-title">Hashes_JMI</span>
<span class="site-description">The official programming club of Jamia</span>
</h1>
<div class="header-icons">
<a aria-label="Send email" href="#"><i class="icon fa fa-envelope"></i></a>
<a aria-label="Twitter" target="_blank" href="#"><i class="icon fab fa-twitter" aria-hidden="true"></i></a>
<a aria-label="Githiub" target="_blank" href="#"><i class="icon fab fa-github" aria-hidden="true"></i></a>
<a aria-label="Linkedin" target="_blank" href="#"><i class="icon fab fa-linkedin" aria-hidden="true"></i></a>
</div>
<div class="header-links">
<a class="link" href="#about" data-scroll>About</a>
<a class="link" href="{{site.baseurl}}/projects/" >Projects</a>
<a class="link" href="{{site.baseurl}}/blog/" >Blog</a>
<a class="link" href="http://bit.ly/2JgAPb4" target="_blank">Join US</a>
<a class="link" href="#sponsors" data-scroll>Sponsors</a>
<a class="link" href="{{site.baseurl}}/alumni/" >Alumni</a>
<a class="link" href="{{site.baseurl}}/team/" >Team</a>
</div>
</div>
<a class="down" href="#about" data-scroll><i class="icon fa fa-chevron-down" aria-hidden="true"></i></a>
</div>
<section id="about">
<div class="user-details">
<h1> AT Hashes</h1>
<p> </p>
</div>
<div class="user">
<div class="tech">
<h2>web Development</h2>
<i class="devicon-html5-plain-wordmark"></i>
<i class="devicon-bootstrap-plain-wordmark "></i>
<i class="devicon-react-original-wordmark "></i>
<i class="devicon-sass-original "></i>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text.
It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.
</p>
</div>
<div class="tech">
<h2>Machine Learning</h2>
<i class="devicon-jasmine-plain "></i>
<i class="devicon-pycharm-plain"></i>
<i class="devicon-slack-plain"></i>
<i class="devicon-python-plain-wordmark"></i>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text.
It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.
</p>
</div>
<div class="tech">
<h2>Android</h2>
<i class="devicon-git-plain"></i>
<i class="devicon-google-plain "></i>
<i class="devicon-android-plain "></i>
<i class="devicon-appcelerator-plain"></i>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text.
It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.
</p>
</div>
</div>
</section>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>