Skip to content

Commit 2e94811

Browse files
committed
added form backend
1 parent e6bd0aa commit 2e94811

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed

src/index.html

+21-26
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<ul class="links">
2626
<a href="#home">Home</a>
2727
<a href="#about">About</a>
28-
<a href="#resume">Resume</a>
29-
<a href="#contact">Contact</a>
28+
<a href="https://www.linkedin.com/in/aryan-kapoor-4b0894207/" target="_blank">LinkedIn</a>
29+
<a href="mailto:[email protected]">Contact</a>
3030
</ul>
3131

3232
<i class='bx bx-menu-alt-right' id="menu"></i>
3333

34-
<a href="#contact" class="btn">PROJECTS</a>
34+
<a href="https://read.cv/aryankkap" class="btn" target="_blank">PROFILE</a>
3535
</nav>
3636

3737
<section id="home">
@@ -40,14 +40,14 @@
4040
<h1><span>Hello, I'm Aryan</span></h1>
4141
<h3><span>Web Developer</span>
4242
based In India</h3>
43-
<p class="para">18 year old undergraduate Computer Science fresher at Vellore Institute of Technology. I specialise in full-stack development, mainly MERN stack.
43+
<p class="para">Future Computer Science undergrad at Vellore Institute of Technology. I specialise in full-stack development, mainly MERN stack.
4444
<br /> Currently Participating in Hackathons.
4545

4646
</p>
4747
</div>
4848
<div class="btn-box">
49-
<div class="btn">Skills</div>
50-
<div class="btn">Contact Me</div>
49+
<div class="btn">Resume</div>
50+
<div class="btn"><a href="https://github.com/Aryankpoor?tab=repositories" target="_blank" style="color:white">Projects</a></div>
5151
</div>
5252
</section>
5353

@@ -111,48 +111,43 @@ <h1><span>Software Development</span></h1>
111111

112112
<h1 class="header">Contact</h1>
113113

114-
<form action="#">
114+
<form action="https://www.formbackend.com/f/8d06fec7a49034ca" method="post" accept-charset="UTF-8">
115115
<div class="input-box">
116116
<span>Name</span>
117-
<input type="text" placeholder="Enter your full name" />
117+
<input type="text" placeholder="Enter your full name" name="name" required/>
118118
</div>
119119
<div class="input-box">
120120
<span>Email</span>
121-
<input type="text" placeholder="Enter your email address" />
121+
<input type="text" placeholder="Enter your email address" name="email" required/>
122122
</div>
123123
<div class="input-box">
124124
<span>Message</span>
125-
<input type="text" placeholder="Enter your message" />
125+
<textarea id="message" name="message" placeholder="Enter your message" rows="4" col="60"></textarea>
126126
</div>
127127

128-
<div class="btn">
129-
Submit
130-
</div>
128+
129+
<button type="submit" class="btn">Submit</button>
130+
131+
131132
</form>
132133
</section>
133134

134135
<footer>
135136
<div class="col-left">
136137
<div class="col-box">
137-
<span></span>
138-
<span><i class='bx bxs-location-plus'></i>0908 Milano, Mahagun Moderne</span>
139-
</div>
140-
<div class="col-box">
141-
<span></span>
142-
<span><i class='bx bxs-phone'></i>0120 4291239</span>
138+
<span><i class='bx bxs-location-plus'></i>NOIDA</span>
143139
</div>
144140
<div class="col-box">
145-
<span></span>
146-
<span><i class='bx bxs-envelope' ></i>aryankap19gmail</span>
141+
<span><i class='bx bxl-slack'></i><a href="https://scrapbook.hackclub.com/Aryankapoor" target="_blank" >SLACK</a></span>
147142
</div>
148143
</div>
149144
<div class="col-right">
150-
<span>About my services</span>
151-
<p> Lorem Ipsum DOLOR SIT AMET ia sdji jaxfas h ashfdiais ahbdfas a aaoeoa asmd hiahr aihashdfiash </p>
145+
<span>Current Status</span>
146+
<p> Currently I am participating in an event called Arcade orgranised by <a href="https://hackclub.com/" target="_blank" style="color:cyan">HackClub</a> and sponsored by github.</p>
152147
<div class="social-icons">
153-
<span><i class='bx bxl-instagram-alt' ></i></span>
154-
<span><i class='bx bxl-codepen' ></i></span>
155-
<span><i class='bx bxl-github'></i></span>
148+
<span><a href="instagram.com/aryankkap target="_blank" style="color:cyan"><i class='bx bxl-instagram-alt' ></i></a></span>
149+
<span><a href="https://codepen.io/codewitharyann" target="_blank" style="color:cyan"><i class='bx bxl-codepen' ></i></a></span>
150+
<span><a href="https://github.com/Aryankpoor" target="_blank" style="color:cyan"><i class='bx bxl-github'></i></a></span>
156151

157152
</div>
158153
</div>

src/style.css

+6
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,12 @@ form .input-box{
299299
gap: 1em;
300300
}
301301

302+
form textarea{
303+
font-size: 1.3em;
304+
padding: 1em 5em;
305+
border-radius: 0.5em;
306+
}
307+
302308
.input-box span{
303309
font-size: 1.5em;
304310
}

0 commit comments

Comments
 (0)