-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
4,890 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,300 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>About us</title> | ||
|
||
<!-- font awesome cdn link --> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" | ||
/> | ||
|
||
<!-- custom css file link --> | ||
<link rel="stylesheet" href="css/style.css" /> | ||
</head> | ||
<body> | ||
<header class="header"> | ||
<section class="flex"> | ||
<a href="home.html" class="logo">TPC Code Connect</a> | ||
|
||
<form action="search.html" method="post" class="search-form"> | ||
<input | ||
type="text" | ||
name="search_box" | ||
required | ||
placeholder="search courses..." | ||
maxlength="100" | ||
/> | ||
<button type="submit" class="fas fa-search"></button> | ||
</form> | ||
|
||
<div class="icons"> | ||
<div id="menu-btn" class="fas fa-bars"></div> | ||
<div id="search-btn" class="fas fa-search"></div> | ||
<div id="user-btn" class="fas fa-user"></div> | ||
<div id="toggle-btn" class="fas fa-sun"></div> | ||
</div> | ||
|
||
<div class="profile"> | ||
<img src="tohru.webp" class="image" alt="" /> | ||
<h3 class="name">Dakshata</h3> | ||
<p class="role">mentee</p> | ||
<a href="profile.html" class="btn">view profile</a> | ||
<div class="flex-btn"> | ||
<a href="login.html" class="option-btn">login</a> | ||
<a href="register.html" class="option-btn">register</a> | ||
</div> | ||
</div> | ||
</section> | ||
</header> | ||
|
||
<div class="side-bar"> | ||
<div id="close-btn"> | ||
<i class="fas fa-times"></i> | ||
</div> | ||
|
||
<div class="profile"> | ||
<img src="tohru.webp" class="image" alt="" /> | ||
<h3 class="name">Dakshata</h3> | ||
<p class="role">mentee</p> | ||
<a href="profile.html" class="btn">view profile</a> | ||
</div> | ||
|
||
<nav class="navbar"> | ||
<a href="home.html"><i class="fas fa-home"></i><span>home</span></a> | ||
<a href="about.html" | ||
><i class="fas fa-question"></i><span>about</span></a | ||
> | ||
<a href="courses.html" | ||
><i class="fas fa-graduation-cap"></i><span>courses</span></a | ||
> | ||
<a href="teachers.html" | ||
><i class="fas fa-chalkboard-user"></i><span>teachers</span></a | ||
> | ||
<a href="contact.html" | ||
><i class="fas fa-headset"></i><span>contact us</span></a | ||
> | ||
</nav> | ||
</div> | ||
|
||
<section class="about"> | ||
<div class="row"> | ||
<div class="image"> | ||
<img src="images/about-img.svg" alt="" /> | ||
</div> | ||
|
||
<div class="content"> | ||
<h3>Why choose us?</h3> | ||
<p> | ||
We, The Programming Club of IIITDMJ, are excited to extend our | ||
invitation to join our community of coders and tech enthusiasts. . | ||
Here are some of the perks of being a member of TPC: <br /> | ||
1) Personalized mentorship from experienced coders to help guide you | ||
through the challenges of coding Opportunities to participate in | ||
Inter College competitions to test your skills and showcase your | ||
talent and Institute sponsors your expenditure. <br /> | ||
2)Participation in coding competitions such as Newbie, Good To Go, | ||
CodeGolf, and Dev competitions like Aperta fons for Open Source and | ||
Hackathons Hands-on workshops to help you accelerate your skills | ||
<br /> | ||
</p> | ||
<a href="courses.html" class="inline-btn">Our Courses</a> | ||
</div> | ||
</div> | ||
|
||
<div class="box-container"> | ||
<div class="box"> | ||
<i class="fas fa-graduation-cap"></i> | ||
<div> | ||
<h3>+2K</h3> | ||
<p>TPC Members</p> | ||
</div> | ||
</div> | ||
|
||
<div class="box"> | ||
<i class="fas fa-user-graduate"></i> | ||
<div> | ||
<h3>+300</h3> | ||
<p>Brilliant Mentors</p> | ||
</div> | ||
</div> | ||
|
||
<div class="box"> | ||
<i class="fas fa-chalkboard-user"></i> | ||
<div> | ||
<h3>+100</h3> | ||
<p>Expert Core Members</p> | ||
</div> | ||
</div> | ||
|
||
<div class="box"> | ||
<i class="fas fa-briefcase"></i> | ||
<div> | ||
<h3>100%</h3> | ||
<p>Guidance</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="reviews"> | ||
<h1 class="heading">Member's Achievements</h1> | ||
|
||
<div class="box-container"> | ||
<div class="box"> | ||
<p> | ||
LFX'23 @OpenMainFrameProject | | ||
<br /> | ||
Xiaomi Ode2Code 3.0 Winner | | ||
<br /> | ||
Ex-Intern @varivas | | ||
<br />Student Leader @Postman | <br />GDSC Lead @IIITDMJ | Member | ||
@Oppia | <br />Open Source | <br />Full Stack Developer | ||
</p> | ||
<div class="student"> | ||
<img src="images/pic-2.jpg" alt="" /> | ||
<div> | ||
<h3>Priyansh Mehta</h3> | ||
<div class="stars"> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star-half-alt"></i> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="box"> | ||
<p> | ||
Specialist @Codeforces (1466)| | ||
<br />Codechef 4⭐(1826)| <br />Knight @Leetcode| <br />Competitive | ||
Programmer <br />Full Stack Developer <br />Android Developer | ||
<br />open Source | ||
</p> | ||
<div class="student"> | ||
<img src="images/pic-3.jpg" alt="" /> | ||
<div> | ||
<h3>Prajjwal Rayal</h3> | ||
<div class="stars"> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star-half-alt"></i> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="box"> | ||
<p> | ||
LSDE Intern'23 @Flipkart <br /> | ||
Flipkart Runway'23 <br /> | ||
Specialist @Codeforces (1466)| | ||
<br />Codechef 4⭐(1826)| <br /> | ||
CSE Undergrad at IIIT Jabalpur'25 <br />Data Science enthusiasts | ||
<br /> | ||
Software Developer | ||
</p> | ||
<div class="student"> | ||
<img src="images/pic-4.jpg" alt="" /> | ||
<div> | ||
<h3>Shreya</h3> | ||
<div class="stars"> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star-half-alt"></i> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="box"> | ||
<p> | ||
CSE at IIIT Jabalpur | | ||
<br /> | ||
Specialist at Codeforces | <br />Knight at Leetcode | <br /> | ||
4 ⭐ at Codechef (1884) | ||
<br />Full Stack Developer <br />Final year Student | ||
</p> | ||
<div class="student"> | ||
<img src="images/pic-5.jpg" alt="" /> | ||
<div> | ||
<h3>Aishwarya Saxena</h3> | ||
<div class="stars"> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star-half-alt"></i> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="box"> | ||
<p> | ||
Software Developer | | ||
<br />Summer of Bitcoin Intern 2023 @bcoin | <br />Former Web | ||
Development Intern @CuriousJr Edtech | <br />Former Core Member | ||
@GDSC IIITDMJ |<br /> | ||
|
||
Final Year Student @IIITDMJ | ||
</p> | ||
<div class="student"> | ||
<img src="images/pic-6.jpg" alt="" /> | ||
<div> | ||
<h3>Manav Desai</h3> | ||
<div class="stars"> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star-half-alt"></i> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="box"> | ||
<p> | ||
ICPC Regionalist'21 | | ||
<br /> | ||
Expert @ Codeforces | <br /> | ||
Backend Developer | <br />iOS Developer <br />Data Science | ||
Enthusiast <br />Codechef 4⭐(1826) | ||
</p> | ||
<div class="student"> | ||
<img src="images/pic-7.jpg" alt="" /> | ||
<div> | ||
<h3>Armin Patel</h3> | ||
<div class="stars"> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star"></i> | ||
<i class="fas fa-star-half-alt"></i> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<footer class="footer"> | ||
© copyright @ 2022 by <span>TPC Code connect</span> | all rights | ||
reserved! | ||
</footer> | ||
|
||
<!-- custom js file link --> | ||
<script src="js/script.js"></script> | ||
</body> | ||
</html> | ||
//about.html |
Oops, something went wrong.