-
Notifications
You must be signed in to change notification settings - Fork 5
/
about.html
225 lines (208 loc) · 8.99 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>
About | SVCE ACM Student chapter
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="ACM Student Chapter @SVCE">
<meta name="description" content="ACM Student Chapter of SVCE">
<meta name="keywords" content="svce,event,tech,acm,student chapter">
<meta property="og:title" content="ACM Student Chapter @SVCE">
<meta property="og:description" content="ACM Student Chapter of SVCE">
<meta property="twitter:title" content="ACM Student Chapter @SVCE">
<meta property="twitter:description" content="ACM Student Chapter of SVCE">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/global.css">
<link rel="stylesheet" href="css/nav.css">
<link rel="stylesheet" href="css/tab.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="css/swiper.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.css" />
<link href="https://fonts.googleapis.com/css?family=Exo+2:400,500,600" rel="stylesheet">
</head>
<style>
html,
body {
height: 100%
}
.page-content {
background-image: linear-gradient(to right top, #182e69, #08437d, #00588f, #006d9e, #0182ac);
padding: 50px 5px 10px
}
.image {
width: 90%;
max-width: 600px;
border-radius: 20px;
-webkit-box-shadow: 6px 0 5px 0 rgba(34, 34, 34, .75);
-moz-box-shadow: 6px 0 5px 0 rgba(34, 34, 34, .75);
box-shadow: 6px 0 5px 0 rgba(34, 34, 34, .75)
}
.text-content {
font-size: 100%
}
.item {
margin-bottom: 60px
}
.sub-heading {
color: rgb(9, 53, 122);
margin-bottom: 20px
}
@media (max-width:768px) {
.item {
margin-bottom: 70px
}
.text {
margin-top: 30px
}
.text p {
font-size: 1.15em
}
.text-content {
font-size: 85%
}
.image {
align-content: stretch;
margin-top: 0!important
}
}
@media (min-width:769px) {
.text {
margin-top: 20px
}
.text-content {
font-size: 100%
}
}
@media (min-width:1024px) {
.text {
margin-top: 40px
}
.text-content {
font-size: 100%
}
}
@media (min-width:1290px) {
.text {
margin-top: 40px
}
.text-content {
font-size: 130%
}
}
</style>
<body id="about-page">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top navbar-shrink animated fadeInDown" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top"><img src="images/logos/svce_acm_2.png"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger active">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="events.html">Events</a>
</li>
<li class="nav-item active">
<a class="nav-link js-scroll-trigger" href="teams.html">Teams</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="contact.php">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="career.html">Career Center</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- #nav -->
<div class="wrapper animated fadeIn">
<section class="page-head parallax-bg">
<div class="container v-center test">
<h1 class="text-center page-title">About Us</h1>
<h3 class="text-center page-subtitle">Get to know what we are!</h3>
</div>
</section>
<!-- .page-head -->
<section id="about-sec" class="page-content">
<div class="container-fluid v-center" style="flex-direction: column;">
<div class="item row v-center">
<div class="section-img col-md-6 v-center">
<img class="image img-fluid" src="images/gallery/about.jpg">
</div>
<!-- .section-img -->
<div class="text col-md-12 col-lg-6 col-sm-12 text-content ">
<p>Started in 2012 with an aim to advance awareness of computer science and technology, the SVCE-ACM student chapter is a premier computing society belonging to Sri Venkateswara College of Engineering. <br><br> Like every student
chapter of ACM across the world, the SVCE chapter strives to bring together people from all walks of campus life - teachers and students alike - with the purpose of relentlessly inspiring fellow students into tackling the field
of computer science with passion and curiosity. The members of this organisation aim to develop students' technical and professional skills, all while cultivating an inclusive and supportive community for those interested in
computer science. We achieve this through various events, ranging from quizzes and debates to workshops, seminars, and Hackathons - held throughout the year.</p>
</div>
<!-- .text -->
</div>
<!-- .row -->
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-6 h-100 text-center text-lg-left my-auto">
<p class=" small mb-4 mb-lg-0">© SVCE-ACM 2020. All Rights Reserved.</p>
</div>
<div class="col-md-6 h-100 text-center text-lg-right my-auto">
<ul class="list-inline mb-0">
<li class="list-inline-item mr-3">
<a href="https://www.facebook.com/SVCEACM/">
<i class="fab fa-facebook fa-2x fa-fw"></i>
</a>
</li>
<li class="list-inline-item mr-3">
<a href="https://www.linkedin.com/company/svceacm">
<i class="fab fa-linkedin fa-2x fa-fw"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/svceacm/">
<i class="fab fa-instagram fa-2x fa-fw"></i>
</a>
</li>
<li class="list-inline-item mr-3">
<a href="https://www.youtube.com/channel/UC4TPMqj-kR7DdpNB1ndREMg">
<i class="fab fa-youtube fa-2x fa-fw"></i>
</a>
</li>
<li class="list-inline-item mr-3">
<a href="https://github.com/SVCE-ACM">
<i class="fab fa-github fa-2x fa-fw"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<!-- .wrapper -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/main.js"></script>
<script>
$(document).ready(function() {
makeParallax($(window).width(), 100);
$(window).on('resize', function() {
var windowWidth = $(this).width();
makeParallax(windowWidth, 100)
});
outroAnimation('.navbar', '.wrapper')
})
</script>
</body>
</html>