-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (95 loc) · 3.37 KB
/
index.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!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="style.css">
<script defer src="script.js"></script>
</head>
<body>
<div class="back">
<header>
<div class="headercontent1">
<a href="https://www.instagram.com/paul_martial99?igsh=MXgya3oyY2Mxa3dtcQ%3D%3D&utm_source=qr" target="_blank">
<img src="./Images/icons8-instagram-50.png"></img>
</a>
</div>
<div class="headercontent2">
<a href="./myprofile.html">My Profile</a>
<a href="#images">My Projects</a>
<a href="#form">Write Me</a>
</div>
<div class="mobile" id="mobile">
<a href="./myprofile.html"><img src="./Logos2/icons8-пользователь-мужчина-в-кружке-50.png"></a>
</div>
</header>
<main>
<div class="content0">
<div class="content0text">
<div class="animated-text">
<h1>Dmytro Korshun</h1>
</div>
</div>
<div class="content0text">
<div class="animated-text">
<h5 id="h55">Beginner developer</h5>
</div>
</div>
</div>
<div class="content01" id="images">
<h3>My Projects:</h3>
</div>
<div class="content1" id="blockmi">
<div class="mi">
<img src="./Images/Unknown-1.jpeg" class="imgp">
<div class="button">
<a href="https://dimadamage91.github.io/kitchen/" target="_blank">Visit</a>
</div>
</div>
<div class="mi">
<img src="./Images/Unknown-2.jpeg" class="imgp">
<div class="button">
<a href="https://dimadamage91.github.io/business/" target="_blank">Visit</a>
</div>
</div>
<div class="mi">
<img src="./Images/Unknown.jpeg" class="imgp">
<div class="button">
<a href="https://dimadamage91.github.io/sportclub/" target="_blank">Visit</a>
</div>
</div>
</div>
<div class="content2" id="form">
<form id="myForm" action="./submission.html" method="GET">
<h3>Leave your personal information and I'll get back to you.</h3>
<section class="name">
<label for="nname"><a id="buttonsend">Name:</a></label>
<input type="text" name="nname" id="nname">
</section>
<section class="email">
<label for="mail"><a id="buttonsend">Email:</a></label>
<input type="text" name="mail" id="mail">
</section>
<section class="phone">
<label for="pphone"><a id="buttonsend">Phone:</a></label>
<input type="text" name="pphone" id="pphone" value="38( )">
</section>
<section class="info">
<label for="iinfo"><a id="buttonsend">Message:</a></label>
<br>
<textarea id="iinfo" name="iinfo" rows="3" cols="30"></textarea>
</section>
<section class="buttonsend">
<a type="button" id="sendbutton">SEND</a>
</section>
</form>
</div>
</main>
<footer>
<h5 class="fh5l">Made in Kyiv</h5>
<h5 class="fh5r">Dmytro Korshun © 2024</h5>
</footer>
</div>
</body>
</html>