Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv11311 authored Feb 24, 2024
0 parents commit cb09a65
Show file tree
Hide file tree
Showing 18 changed files with 880 additions and 0 deletions.
Binary file added 25231.peg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CSS3_logo_and_wordmark.svg.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added JavaScript-logo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Visual_Studio_Code_1.35_icon.svg.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions aboutus.html
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>
Binary file added anir.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added circle-linkedin-512.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions contactus.html
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 &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Last Name<br />
<input
type="text"
name="name"
placeholder="&nbsp;First Name"
/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="text" name="name" placeholder="&nbsp;Last Name" required />
<br />
<br />
Email
address&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Telephone<br />
<input pattern=“/^[a-zA-Z0-9._-]+@[a-zA-Z0-9-]+(\.[a-zA-Z0-9]){2,3}$/“
placeholder="&nbsp;E-mail address"
required/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input
type="text"
placeholder="&nbsp;Telephone"
pattern="[0-9]{10}"
required
/>
<br />
<br />
How can we help?<br />
<textarea
name="comm"
placeholder="&nbsp;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>
Loading

0 comments on commit cb09a65

Please sign in to comment.