-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (97 loc) · 3.66 KB
/
index.html
File metadata and controls
108 lines (97 loc) · 3.66 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
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
104
105
106
107
108
<!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.0" />
<!-- My CSS -->
<link rel="stylesheet" href="style.css" />
<!-- Logo title -->
<link rel="icon" type="image/x-icon" href="asset/msg-695989299-30165.jpg" />
<title>Febriany Renata</title>
</head>
<body>
<section id="coba">
<div class="Banner">
<img src="asset/Banner.png" alt="Banner" width="100%" height="0%" />
</div>
</section>
<!-- Navbar -->
<ul>
<li>
<a class="active" href="#home">
Home
</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
<!-- Akhir Navbar -->
<!-- About Me -->
<div class="AboutMe">
<h1>About Me</h1>
<p>Halo perkenalkan nama saya Febriany Renata Fokus di bidang HTML, CSS, JavaScript & MERN Mongo DB, Express, React, Node JS & Laravel</p>
<br />
<p>Pengalaman Belajar selama 8-11 bulan, bahasa yang di gunakan JavaSript & PHP</p>
<img src="asset/Untitle.png" alt="Untitle" width="20%" height="0%" />
</div>
</div>
<div class="Projects">
<h1>My Projects</h1>
<img src="asset/Untitled1.png" alt="Untitled1" width="40%" height="0%" />
<div class="button">
</div>
</div>
</div>
<div class="container">
<h2>Contact Us</h2>
<form action="/action_page.php">
<div class="row">
<div class="col-25">
<label for="fname">First Name</label>
</div>
<div class="col-75">
<input type="text" id="fname" name="firstname" placeholder="Your first name.." />
</div>
</div>
<div class="row">
<div class="col-25">
<label for="lname">Last Name</label>
</div>
<div class="col-75">
<input type="text" id="lname" name="lastname" placeholder="Your last name.." />
</div>
</div>
<div class="row">
<div class="col-25">
<label for="subject">Subject</label>
</div>
<div class="col-75">
<textarea id="subject" name="subject" placeholder="Write something.." style="height: 200px"></textarea>
</div>
</div>
<div class="row">
<input type="submit" value="Submit" />
</div>
</form>
<div class="svg">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#333333"
fill-opacity="1"
d="M0,0L0,96L75.8,96L75.8,0L151.6,0L151.6,160L227.4,160L227.4,288L303.2,288L303.2,128L378.9,128L378.9,96L454.7,96L454.7,0L530.5,0L530.5,128L606.3,128L606.3,96L682.1,96L682.1,192L757.9,192L757.9,256L833.7,256L833.7,160L909.5,160L909.5,256L985.3,256L985.3,256L1061.1,256L1061.1,224L1136.8,224L1136.8,128L1212.6,128L1212.6,192L1288.4,192L1288.4,192L1364.2,192L1364.2,32L1440,32L1440,320L1364.2,320L1364.2,320L1288.4,320L1288.4,320L1212.6,320L1212.6,320L1136.8,320L1136.8,320L1061.1,320L1061.1,320L985.3,320L985.3,320L909.5,320L909.5,320L833.7,320L833.7,320L757.9,320L757.9,320L682.1,320L682.1,320L606.3,320L606.3,320L530.5,320L530.5,320L454.7,320L454.7,320L378.9,320L378.9,320L303.2,320L303.2,320L227.4,320L227.4,320L151.6,320L151.6,320L75.8,320L75.8,320L0,320L0,320Z"
></path>
</svg>
</div>
<div class="footer">
<p>© 2022 - Febriany Renata</p>
</div>
</body>
</html>