-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
130 lines (119 loc) · 10.3 KB
/
about.html
File metadata and controls
130 lines (119 loc) · 10.3 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
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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>ACM Student Chapter VCE</title>
<!-- Link to Tailwind CSS -->
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.15/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-100">
<!-- Navigation bar -->
<nav class="bg-black shadow-lg">
<div class="max-w-7xl mx-auto px-2 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex">
<a href="#" class="flex-shrink-0 flex items-center">
<img class="hidden lg:block h-12 w-auto" src="assets/clg logo.jpg" alt="vce logo">
</a>
<a href="#" class="flex-shrink-0 flex items-center">
<img class="hidden lg:block h-8 w-auto" src="assets/acm.png" alt="Workflow">
</a>
</div>
<div class="flex items-center">
<a href="index.html" class="ml-8 font-medium text-white hover:text-blue-500">Home</a>
<a href="team.html" class="ml-8 font-medium text-white hover:text-blue-500">Our Team</a>
<a href="Events.html" class="ml-8 font-medium text-white hover:text-blue-500">Events</a>
<a href="gallery.html" class="ml-8 font-medium text-white hover:text-blue-500">Gallery</a>
<a href="about.html" class="ml-8 font-medium text-white hover:text-blue-500">About Us</a>
<a href="contact.html" class="ml-8 font-medium text-white hover:text-blue-500">Contact Us</a>
</div>
</div>
</div>
</nav>
<h3 class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
"Empowering and engaging students through academic, social, and professional opportunities"
</h3>
</div>
<section class="bg-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-extrabold text-gray-900">About us</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500">ACM Student Chapter VCE</p>
<div class="mt-10">
<dl class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-10">
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<!-- Heroicon name: globe-alt -->
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19.5l-2.25-1.5m0 0L3 16.5v-9l3.75-2.5m2.5 1.67L15 7.5m-3.75-2.5L15 4.5m0 0l3.75 2.5M15 7.5l2.25 1.5m-2.25-1.5L15 10.5m0 0l-3.75 2.5m0 0v9l3.75 2.5m3.75-2.5l3.75-2.5m-3.75 2.5L21 16.5v-9l-3.75-2.5m-3.75 2.5l-2.25 1.5m2.25-1.5L9 10.5m0 0L5.25 12"/>
</svg>
</div>
</div>
<div class="ml-4">
<dt class="text-lg leading-6 font-medium text-gray-900">Our Mission</dt>
<dd class="mt-2 text-base text-gray-500">Our mission is to foster an inclusive and collaborative community of computer science and engineering students at Vardhaman College of Engineering. We strive to promote the advancement of technology through education, research, and innovation. Through various events, workshops, and activities, we aim to provide opportunities for students to develop their skills, gain practical experience, and connect with industry professionals. We are committed to creating an environment that encourages creativity, diversity, and lifelong learning. Our goal is to prepare students for successful careers in the rapidly evolving field of computer science and engineering, while also making a positive impact on society through technology.</dd>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<!-- Heroicon name: scale -->
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6v6a9 9 0 009 9m-9-9h12"/>
</svg>
</div>
</div>
<div class="ml-4">
<dt class="text-lg leading-6 font-medium text-gray-900">Our Vision</dt>
<dd class="mt-2 text-base text-gray-500">Our vision is to be recognized as a leading student chapter in the region, known for our commitment to excellence in computer science and engineering education, research, and innovation. We aim to create a culture of continuous learning and growth, where students are empowered to pursue their passions and explore new ideas. We envision a future where our members are not only successful professionals in the field of computer science and engineering, but also leaders who drive positive change and innovation in their communities. Through our efforts, we aspire to make a significant contribution to the advancement of technology and the betterment of society.</dd>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
</svg>
</div>
</div>
<div class="ml-4">
<dt class="text-lg leading-6 font-medium text-gray-900">Our Values</dt>
<li class="mt-2"><span class="font-medium">Excellence:</span>We are committed to pursuing excellence in all aspects of our work, striving to achieve the highest standards of academic and professional excellence.</li>
<li class="mt-2"><span class="font-medium">Collaboration:</span>We believe in the power of collaboration and teamwork, and work to foster a supportive and inclusive community where everyone feels valued and respected.</li>
<li class="mt-2"><span class="font-medium">Innovation:</span>We embrace innovation and creativity, and seek to explore new ideas and push the boundaries of what is possible in the field of computer science and engineering.</li>
<li class="mt-2"><span class="font-medium">Professionalism:</span> We uphold the highest standards of professionalism and ethical conduct, and are committed to representing ourselves and our institution with integrity and respect.</li>
<li class="mt-2"><span class="font-medium">Lifelong Learning:</span> We believe in the importance of lifelong learning and continuous growth, and encourage our members to take advantage of opportunities to learn and develop their skills throughout their careers.</li>
<li class="mt-2"><span class="font-medium">Diversity and Inclusion:</span> We value diversity and inclusivity, and strive to create a welcoming and inclusive environment for all members, regardless of their backgrounds or identities.</li>
<li class="mt-2"><span class="font-medium">Social Responsibility:</span> We recognize the role of technology in shaping society, and are committed to using our skills and knowledge to make a positive impact on our communities and the world at large.</li>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<!-- Heroicon name: scale -->
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19.5l-2.25-1.5m0 0L3 16.5v-9l3.75-2.5m2.5 1.67L15 7.5m-3.75-2.5L15 4.5m0 0l3.75 2.5M15 7.5l2.25 1.5m-2.25-1.5L15 10.5m0 0l-3.75 2.5m0 0v9l3.75 2.5m3.75-2.5l3.75-2.5m-3.75 2.5L21 16.5v-9l-3.75-2.5m-3.75 2.5l-2.25 1.5m2.25-1.5L9 10.5m0 0L5.25 12"/>
</svg>
</div>
</div>
<div class="ml-4">
<dt class="text-lg leading-6 font-medium text-gray-900">Our History</dt>
<dd class="mt-2 text-base text-gray-500">The Vardhaman College of Engineering (VCE) Hyderabad Student Chapter of the ACM was established in 2009 with the goal of providing a platform for students to explore their interests in computer science and engineering, and to connect with like-minded individuals.
Since its inception, the chapter has organized a wide range of events and activities, including technical talks, workshops, coding competitions, and hackathons, with the aim of promoting technical and professional development among its members.
Over the years, the chapter has grown in size and scope, attracting members from diverse backgrounds and interests, and establishing itself as a leading student chapter in the region. The chapter has also collaborated with industry partners and academic institutions to provide its members with opportunities to gain practical experience and exposure to real-world challenges and solutions.
Today, the ACM Student Chapter at Vardhaman College of Engineering continues to be a thriving community of students who are passionate about computer science and engineering, and are committed to making a positive impact on society through their work.</dd>
</div>
</div>
</dl>
</div>
</div>
</section>
<footer class="bg-black py-4">
<div class="container mx-auto px-4 text-center text-white">
Designed & Developed By Alle Aniesh Kumar <br>
©All rights reserved @2023 Vardhaman College Of Engineering ACM Student Chapter
</div>
</footer>
</body>
</html>