-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathabout.html
116 lines (99 loc) · 5.98 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
<!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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" />
<title>About Us</title>
<!-- Font Awesome CDN -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous"/>
<link rel="stylesheet" href="about.css">
</head>
<body>
<div class="nav-bar" >
<div class="menu-right">
<ul id="menu">
<li><img src="images/logo1.png" alt=""></li>
<li><a href="index.php" style="display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none;"><i class="fa fa-fw fa-home"></i> HOME</a></li>
<li><a href="contact.php" style="display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none;"><i class="fa fa-fw fa-envelope"></i> CONTACT US</a></li>
<li><a href="about.html" style="display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none;"><i class="fa fa-fw fa-info-circle"></i> ABOUT US</a></li>
<li style="float:right"><a href="index1.html" style="display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none;"><i class="fa fa-fw fa-user"></i> LOGOUT</a></li>
</ul>
</div>
</div>
<section id="about">
<div class="about container">
<div class="about-top">.
<h1 class="section-title">WHO ARE WE</h1>
<h4 class="section-subTitle">We aim to make it easier for a team to plan their work by using online to-do lists.</h4>
</div>
<div class="about-bottom">
<div class="about-item">
<div class="icon"><a href="https://instagram.com/tejal_khade12?utm_medium=copy_link"> <img src="images/TEJAL K.jpeg"></a></div>
<h2>TEJAL KHADE</h2>
<h3 >SE, BACKEND</h3>
<p>Member of RAIT ACM STUDENT CHAPTER & DSC RAIT, major contribution in backend Development of PTP Final Project </p>
</div>
<div class="about-item">
<div class="icon"><a href=" https://instagram.com/yashkolambe?utm_medium=copy_link"> <img src="images/Yash K.jpg"></a></div>
<h2>YASH KOLAMBE</h2>
<h3>SE, BACKEND </h3>
<p>Member of RAIT ACM STUDENT CHAPTER & DSC RAIT, major contribution in backend Development of PTP Final Project </p>
</div>
<div class="about-item">
<div class="icon"><a href="https://instagram.com/sourav___786?utm_medium=copy_link"> <img src="images/SOURAV M.jpg"></a></div>
<h2>SOURAV MALVIYA</h2>
<h3>FE,FRONTEND</h3>
<p>Member of RAIT ACM STUDENT CHAPTER , major contribution in Frontend Development of PTP Final Project</p>
</div>
<div class="about-item">
<div class="icon"><a href="https://instagram.com/karan__lokare?utm_medium=copy_link"> <img src="images/karan L.jpg"></a></div>
<h2>KARAN LOKARE</h2>
<h3>FE, FRONTEND</h3>
<p>Member of RAIT ACM STUDENT CHAPTER , major contribution in Frontend Development of PTP Final Project</p>
</div>
<div class="about-item">
<div class="icon"><a href="https://instagram.com/raj.pauwaa?utm_medium=copy_link"> <img src="images/Raj P.jpg"></a></div>
<h2>RAJ PAUWAA</h2>
<h3>FE,FRONTEND </h3>
<p>Member of RAIT ACM STUDENT CHAPTER , major contribution in Frontend Development of PTP Final Project</p>
</div>
<div class="about-item">
<div class="icon"><a href="https://instagram.com/jayeshmasurkarr?utm_medium=copy_link"> <img src="images/JAYESH RAIT.jpeg"></a></div>
<h2>JAYESH MASURKAR</h2>
<h3>FE, FRONTEND</h3>
<p>Member of RAIT ACM STUDENT CHAPTER , major contribution in Frontend Development of PTP Final Project</p>
</div>
<div class="about-item">
<div class="icon"><a href="https://instagram.com/_10_sammy?utm_medium=copy_link"> <img src="images/Samarth A.jpg"></a></div>
<h2>SAMARTH ABHANG</h2>
<h3>FE, FRONTEND</h3>
<p>Member of RAIT ACM STUDENT CHAPTER , major contribution in Frontend Development of PTP Final Project</p>
</div>
<div class="about-item">
<div class="icon"><a href=" https://instagram.com/harshroy7632?utm_medium=copy_link"> <img src="images/Harsh Ro.jpg"></a></div>
<h2>HARSH ROY</h2>
<h3>FE, FRONTEND</h3>
<p>Member of RAIT ACM STUDENT CHAPTER , major contribution in Frontend Development of PTP Final Project</p>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="footer_div1">
<a href="index1.html" target="_blank">Home</a>
<a href="about.html" target="_blank">About Us</a>
<a href="contact.php" target="_blank">Contact Us</a>
</div>
<div class="footer_div2">
<p>Made By TejalKhade 💖 Copyright © 2022</p>
</div>
<div class="footer_div3">
<i class="fab fa-instagram" id="insta"></i>
<i class="fab fa-twitter" id="twitter"></i>
<a href="https://github.com/TejalKhade28/Xecute" target="_blank" id="github"><i class="fab fa-github"></i></a>
</div>
</footer>
</body>
</html>