-
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
0 parents
commit cb09a65
Showing
18 changed files
with
880 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,67 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>MyInfo</title> | ||
<link rel="stylesheet" href="cssfile.css"/> | ||
</head> | ||
<body class="bodyabout"> | ||
<div class="logo"> | ||
<video src="team-logo (online-video-cutter.com).mp4" width="150" height="150" autoplay loop muted></video> | ||
</div> | ||
<ul class="n"><b> | ||
<li class="list"><a href="index.html">HOME</a></li> | ||
<li class="list"><a href="aboutus.html">ABOUT US</a></li> | ||
<li class="list"><a href="module.html">MODULES</a></li> | ||
<li class="list"><a href="sr.html">SYSTEM REQUIREMENTS</a></li> | ||
<li class="list"><a href="contactus.html">CONTACT US</a></li></b> | ||
</ul> | ||
<br> | ||
<article> | ||
<h1 class="kkl"><center>About The Team</center> </h1> | ||
<br><br><br> | ||
<div class="animated-border-box-glow"></div> | ||
<div class="animated-border-box"> | ||
<h2>Rishit Chawla</h2><img src="rishit.jpg" height="150" width="150" class="abtimg"> | ||
<ul> | ||
<li>Project Head</li> | ||
<li>Hailing from Dehradun, Uttarakhand</li> | ||
<li>Persuing B.Tech. in CSE from VIT Vellore</li> | ||
<li>Proficient in managing a team</li> | ||
</ul> | ||
</div> | ||
<div class="space"></div> | ||
<div class="animated-border-box-glow"></div> | ||
<div class="animated-border-box"> | ||
<h2>Dhruv Dubey</h2><img src="dhruv.jpg" height="150" width="150" class="abtimg"> | ||
<ul> | ||
<li>Backend Developer</li> | ||
<li>Hailing from Lucknow,Uttar Pradesh</li> | ||
<li>Persuing B.Tech. in CSE from VIT Vellore</li> | ||
<li>Has good knowledge of Javascript</li> | ||
</ul> | ||
</div> | ||
<div class="space"></div> | ||
<div class="animated-border-box-glow"></div> | ||
<div class="animated-border-box"> | ||
<h2>Arien Maxwell Danny</h2><img src="danny.jpg" height="150" width="150" class="abtimg"> | ||
<ul> | ||
<li>UI/UX Designer</li> | ||
<li>Hailing from Bhilai, Chhattisgarh</li> | ||
<li>Persuing B.Tech. in CSE from VIT Vellore</li> | ||
</ul> | ||
</div> | ||
<div class="space"></div> | ||
<div class="animated-border-box-glow"></div> | ||
<div class="animated-border-box"> | ||
<h2>Anirbinna Dasgupta</h2><img src="anir.jpg" height="150" width="150" class="abtimg"> | ||
<ul> | ||
<li>Frontend Developer</li> | ||
<li>Hailing from Guwahati,Assam</li> | ||
<li>Persuing B.Tech. in CSE from VIT Vellore</li> | ||
<li>Has an extensive array of CSS techniques</li> | ||
</ul> | ||
</div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,72 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Document</title> | ||
<link rel="stylesheet" href="cssfile.css" /> | ||
</head> | ||
<body class="contactbody"> | ||
<div class="logo"> | ||
<video src="team-logo (online-video-cutter.com).mp4" width="150" height="150" autoplay loop muted></video> | ||
</div> | ||
<ul class="n"><b> | ||
<li class="list"><a href="index.html">HOME</a></li> | ||
<li class="list"><a href="aboutus.html">ABOUT US</a></li> | ||
<li class="list"><a href="module.html">MODULES</a></li> | ||
<li class="list"><a href="sr.html">SYSTEM REQUIREMENTS</a></li> | ||
<li class="list"><a href="contactus.html">CONTACT US</a></li></b> | ||
</ul> | ||
<br> | ||
<br> | ||
<div class="title">CONTACT US</div> | ||
<article> | ||
<div class="div1"> | ||
First Name | ||
| ||
Last Name<br /> | ||
<input | ||
type="text" | ||
name="name" | ||
placeholder=" First Name" | ||
/> | ||
<input type="text" name="name" placeholder=" Last Name" required /> | ||
<br /> | ||
<br /> | ||
address | ||
Telephone<br /> | ||
<input pattern=“/^[a-zA-Z0-9._-]+@[a-zA-Z0-9-]+(\.[a-zA-Z0-9]){2,3}$/“ | ||
placeholder=" E-mail address" | ||
required/> | ||
<input | ||
type="text" | ||
placeholder=" Telephone" | ||
pattern="[0-9]{10}" | ||
required | ||
/> | ||
<br /> | ||
<br /> | ||
How can we help?<br /> | ||
<textarea | ||
name="comm" | ||
placeholder=" Hi there, I would like to ...." | ||
maxlength="65" | ||
cols="40" | ||
rows="5" | ||
></textarea | ||
><br /><br /> | ||
<center><input type="submit" value="Submit" class="row" /></center> | ||
</div> | ||
<div class="sec2"> | ||
<center><h1>Get in Touch</h1></center> | ||
<p> | ||
✉ [email protected]<br /> | ||
✉ [email protected]<br /> | ||
✉ [email protected]<br /> | ||
✉ [email protected]<br /> | ||
</p> | ||
</div> | ||
</article> | ||
</body> | ||
</html> |
Oops, something went wrong.