-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabout.html
More file actions
100 lines (84 loc) · 4.27 KB
/
about.html
File metadata and controls
100 lines (84 loc) · 4.27 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GEG | IIITG</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Favicon -->
<!-- <link href="img/favicon.ico" rel="icon"> -->
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap" rel="stylesheet">
<!-- CSS Libraries -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Page Header Start -->
<div class="page-header">
<div class="container">
<div class="row">
<div class="col-12">
<h2>About Us</h2>
</div>
<!-- <div class="col-12">
<a href="">Home</a>
<a href="">About Us</a>
</div> -->
</div>
</div>
</div>
<!-- Page Header End -->
<!-- About Start -->
<div class="about">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 col-md-6">
<div class="about-img">
<img src="img/7677ce7b01adbd6a67e37bc2ad9d8b5f.jpeg" alt="Image">
</div>
</div>
<div class="col-lg-7 col-md-6">
<div class="section-header text-left">
<!-- <p>Learn About Us</p> -->
<h2>What We Do</h2>
</div>
<div class="about-text">
<p>
Empowering and encouraging female students of the insitute to be active members of the community and helping them grab opportunities like internships, scholarships and hackathons.
</p>
<p>
We maintain a discord a server where they are regularly updated about all the upcoming opportunities mentioned above.
</p>
<p>
We also help each other with the application process, resume reviews, and discussing about various issues like mental health, financial stability and independence etc.
</p>
<p>
<a href="https://discord.gg/bYJys7Xy"> <strong>*** Link to our Discord Server ***</strong></a>
</p>
<!-- <a class="btn" href="">Learn More</a> -->
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>