forked from JIITODC/jiitodc-website-deprecated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (56 loc) · 2.37 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
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>JIIT Open Dev Circle</title>
<link rel="icon" type="image/ico" href="images/logo.jpg" />
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Cabin+Sketch|Courgette|Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css">
<script type="txt/javascript" src="js/custom.js"></script>
</head>
<body>
<div class="container">
<div class="intro">
<svg id="leaf" viewBox="0 0 100 100" width="1400" height="1400">
<circle cx="50" cy="50" r="40" stroke="white" stroke-width="4" fill="green" />
<circle cx="50" cy="50" r="10" stroke="white" stroke-width="4" fill="white" />
<polygon points="50,50 20,80 20,80 50,90 80,80" style="fill:white;stroke-width:1" />
</svg>
<h1 id="head-text">jodc</h1>
</div>
<div class="about">
<h2 class="header">About</h2>
<div class="row">
<div class="left">
<img src="images/octocat.png" alt="Octocat" class="octocat">
</div>
<div class="right">
<p>
Welcome to the JIIT Open Dev Circle!!!
</p>
<p>
The JIIT Open Dev Circle is an open source initiative of
Jaypee Institute of Information Technology, Noida Sector-128.
We guide students in their journey into the world of open source by contributing,
collaborating, networking and learning together.
We conduct meetups and workshops for the student body, and have dev-sprints and hackathons in store for the
future.
IT IS REALLY REALLY GOOD. DO COME AND ATTEND ;)
</p>
<p>Stay connected with us!</p>
</div>
</div>
</div>
<footer>
<a href="https://www.linkedin.com/company/jodc/"> <i class="fab fa-linkedin font-icon"></i></a>
<a href="https://github.com/JIITODC"><i class="fab fa-github-square font-icon"></i></a>
<a href="https://www.facebook.com/jiitodc/"> <i class="fab fa-facebook-square font-icon"></i></a>
<a href="https://twitter.com/jiitodc"> <i class="fab fa-twitter-square font-icon"></i></a>
<a href="https://discord.gg/hu28JZ3"><i class="fab fa-discord font-icon"></i></a>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/TypewriterJS/1.0.0/typewriter.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>