forked from aneeshnema/technical-individual
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
188 lines (176 loc) · 8.1 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
<!doctype html>
<html lang="en">
<!-- travis check -->
<head>
<title>P;Club</title>
<!-- Required meta class="nav-link" tags -->
<meta class="nav-link" charset="utf-8">
<meta name="description" content="We code.">
<meta name="keywords" content="JavaScript, Python, Golang, Rust, c, cpp, c++">
<meta name="author" content="Daemon Lab">
<meta class="nav-link" name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="css/home.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/solid.css" integrity="sha384-TbilV5Lbhlwdyc4RuIV/JhD8NR+BfMrvz4BL5QFa2we1hQu6wvREr3v6XSRfCTRp"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/regular.css" integrity="sha384-avJt9MoJH2rB4PKRsJRHZv7yiFZn8LrnXuzvmZoD3fh1aL6aM6s0BBcnCvBe6XSD"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/brands.css" integrity="sha384-7xAnn7Zm3QC1jFjVc1A6v/toepoG3JXboQYzbM0jrPzou9OFXm/fY6Z/XiIebl/k"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/fontawesome.css" integrity="sha384-ozJwkrqb90Oa3ZNb+yKFW2lToAWYdTiF1vt8JiH5ptTGHTGcN7qdoR1F95e0kYyG"
crossorigin="anonymous">
<style>
.blog-content {
max-height: 100px;
overflow: hidden;
position: relative;
}
#blogposts {
overflow-x: hidden;
}
.blog-content:after {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 90%);
content: "";
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
width: 100%;
height: 4em;
}
.blog-content>figure>img {
width: 100%;
}
.modal-body>figure>img {
width: 100%;
}
.modal-body>figure>figure>img {
width: 100%;
}
@media only screen and (min-width: 600px) {
.mybeautifulclass {
max-height: 10em;
overflow: hidden;
}
.blog-content {
font-size: 0.7em;
}
.cute-btn {
padding-left: 3em;
padding-right: 3em;
}
}
@media only screen and (max-width: 600px) {
.card:hover {
transform: scale(1.0) !important;
}
.display-3 {
font-size: 4em;
}
.cute-btn {
display: block;
width: 100%;
text-align: center;
border-radius: 0px !important;
}
}
.cute-btn {
border-radius: 0px !important;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
</style>
</head>
<body>
<div class="container-fluid parallax" id="main">
<div class="overlay" id="mainOverlay">
<div class="container" id="app">
<navbar-component />
</div>
<div class="container">
<h1 class="display-3 text-white" style="padding-top: 1.5em">THE
<br>PROGRAMM;NG CLUB</h1>
<hr class="bg-white">
<h1 class="display-3" style="padding-bottom: 1em">ALL WE NEED
<br>IS COFFEE</h1>
<p class="text-white" style="font-family: 'Open Sans', sans-serif;font-size: 1.25em;padding-bottom: 5em;font-weight: 500">IIT INDORE</p>
</div>
</div>
</div>
<div class="bg-dark" id="blogposts">
<div class="container">
<svg width="42" height="14">
<rect width="48" height="12" fill="white"></rect>
</svg>
<h1 class="display-3 text-white">From The Blog</h1>
<blog-component-modal v-for="post in posts" :post="post"></blog-component-modal>
<div class="row" id="blog" style="justify-content: center;">
<blog-component v-for="post in posts" v-if="posts.length" :post="post"></blog-component>
<img style="width:25%" v-if="!posts.length" src="img/loading.svg" alt="">
</div>
<div class="row">
<div class="col-md-3 offset-md-10">
<br>
<a target="_blank" href="https://medium.com/the-programming-club-iit-indore/" class="btn btn-primary btn-lg cute-btn">See More</a>
</div>
</div>
</div>
</div>
<div class="container-fluid parallax" id="secondary">
<div class="overlay lighten" id="secondaryOverlay">
<div class="container">
<svg width="42" height="14">
<rect width="48" height="12" fill="rgb(96, 111, 200)"></rect>
</svg>
<h1 class="display-3 text-dark">Events</h1>
<event-component></event-component>
</div>
</div>
</div>
<div class="container-fluid parallax slack" id="secondary">
<div class="text-white" id="secondaryOverlay">
<div class="container">
<svg width="42" height="14">
<rect width="48" height="12" fill="white"></rect>
</svg>
<h1 class="display-3">Our Community</h1>
<div class="container slack-content" style="width: 100%;">
<div class="container" style="width: 100%; margin-top: 1em; padding: 0;">
The start of something new. The programming club of IIT Indore has been aiming for this since years, trying to build communities.
This is a small step towards the milestone. We have created a slack workspace with a dedicated channel
for each domain of development. These are more like interest groups, a place for people who share
common interests to discuss and share knowledge. A place where everyone can be a mentor or a mentee
and help each out and rise to glory!
<br>
<br> Perks of being in the community? Well, you will be the first to be informed about all the upcoming
hackathon and Dev meet-ups(yes, we are planning that too!). Also, all the projects that the programming
club gets from faculties, and other things that we plan to do. Will first be put up on it.
<br>
<br> This is an open group, all of you are welcome to join it. Click the button below to proceed!
</div>
<div class="" id="" style="margin-top: 1.5em; padding: 0;text-align: center;">
<a href="https://discord.gg/Wv32v2k" target="_blank" class="btn btn-primary btn-lg cute-btn" role="button" aria-pressed="true">
Join Us!
</a>
</div>
</div>
</div>
</div>
</div>
<div id="foot">
<footer-component />
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.18.0/axios.min.js"></script>
<script src="vendor/vue/vue.js"></script>
<script src="js/events.js"></script>
<script type="text/javascript" src="js/blog.js"></script>
<script src="js/home.js"></script>
<script type="text/javascript" src="js/footer.js"></script>
<script type="text/javascript" src="js/navbar.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.js"></script>
</body>
</html>