-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
executable file
·73 lines (51 loc) · 2.34 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="contact.css">
<title>Curiculum Vitae</title>
</head>
<body>
<div class="corps">
<div class="button">
<a href="../portfolio/page.html">Go Back</a>
</div>
<div class="container">
<div class="talking" id="talking">
<h2>Let's talk</h2>
<h2><span>Right now</span></h2>
<p>Unlock our potential! Engage in meaningful conversations at work. Share ideas, collaborate, and foster a vibrant workplace. Communication is the key to innovation and success. Start talking today!</p>
<br>
<h2>I'd love from you.</h2>
</div>
<div class="vide">
</div>
<form action="config.php" method="post">
<div class="formulaire" id="formulaire">
<h3>Let's connect so we can get your project going!</h3>
<div class="input">
<input type="text" placeholder="First Name" name="name">
</div>
<div class="input">
<input type="text" placeholder="Last Name" name="lastname">
</div>
<div class="input">
<input type="email" placeholder="Email" name="email">
</div>
<div class="input">
<input type="text" placeholder="Company" name="company">
</div>
<div class="input">
<input type="text" placeholder="Tell me a bit more!" id="text" name="information">
</div>
<div class="send">
<button type="submit" name="button">GET STARTED</button>
</div>
</div>
</form>
</div>
</div>
</body>
</html>