-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform.html
More file actions
78 lines (71 loc) · 4.4 KB
/
Copy pathform.html
File metadata and controls
78 lines (71 loc) · 4.4 KB
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
<!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" />
<meta name="description" content="" />
<meta name="keywords" content="Tejas Sawant, tejas, Tejas, Sawant, tejas Sawant, Tejas Sadashiv Sawant, TS, Tsawant, Tskingmaker, tejusawant, Tskingmaker007, TejasSawant, TejasSadashivSawant, Tejas's Portfolio, Tejas Sawant's portfolio, Tejas portfolio,ts portfolio, TS portfolio, Portfolio, Modern Portfolio, portfolio template, no code portfolio, coder, coding, basic portfolio, professional, professional portfolio, how to make a portfolio , easy to make portfolio, free tmplate, template for portfolio, portfolio website, Tejas Sawant website, portfolio website by tejas, portfolio website by tejas sawant, developers portfolio, frontend, frontend portfolio, backend portfolio, full stack portfolio, DIY portfolio, firebase, full stack portfolio, fulllstack portfolio, portfolio with backend, simple portfolio, free portfolio code, free portfolio, no cost portfolio, portfolio firebase, dynamic portfolio, Saas portfolio, Saas, developers, pune, pune developer, pune's develoer list, pune's top front end developer, backend developer, portfolio design, modern portfolio designs, simple portfolio design, moderate portfolio design, full stack developer pune, freelacer, freelance, freelancer in pune, india, top freelancers in pune, freelance web developer, web dveloper, frontend web developer, backend web developer, undergraduate developer, undergraduate frontedn developer, undergraduate full stack developer, unique site, best website, buildiers of sppu prep, good freelancer, portfolio nocode, projects, contact Tejas Sawant, reachout tejas, reachout tejas sawant, sawant tejas sadashiv, india freelancers, tejas-sawant, frontend-projects, fullstack-rpojects, modern projects, free to use projects, free template, modern template, cool looking portfolio, good ui portfolio, best portfolio, clean portfolio design, HTML, CSS, JavaScript, modern look, modern looking design, modern looking template, modern looking portfolio template" />
<meta name="author" content="Tejas Sawant" />
<title>Please Comeback To Portfolio🙏</title>
<link rel="canonical" href="https://tejassawant.netlify.app" />
<link rel="shortcut icon" href="./assets/fav.png" type="image/x-icon" />
<link rel="stylesheet" href="./contact.css" type="text/css">
<script src="./contact.js" ></script>
</head>
<body>
<div id="particles-js"></div>
<div class="c">
<form name="contact" netlify>
<h1 class="title text-center mb-4">Talk to Us..</h1>
<br />
<!-- Name -->
<div class="form-group position-relative">
<label for="formName" class="d-block">
<i class="icon" data-feather="user"></i>
</label>
<input
type="text"
id="formName" name="name"
class="form-control form-control-lg thick"
placeholder="Enter Your Name" required
/>
</div>
<br />
<!-- E-mail -->
<div class="form-group position-relative">
<label for="formEmail" class="d-block">
<i class="icon" data-feather="mail"></i>
</label>
<input
type="email"
id="formEmail" name="Email"
class="form-control form-control-lg thick"
placeholder="Enter Your E-mail" required
/>
</div>
<br />
<!-- Message -->
<div class="form-group message">
<textarea
id="formMessage" name="message"
class="form-control form-control-lg"
rows="7"
placeholder="Please Write Your Message" required
></textarea>
</div>
<br />
<!-- Submit btn -->
<div class="text-center">
<button type="submit" class="btn btn-primary" tabindex="-1">
Send message
</button>
</div>
<br />
</form>
</div>
<!-- Include Particle.js JavaScript (You can download it and host it locally if needed) -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="./contact.js" ></script>
</body>
</html>