-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
190 lines (180 loc) · 9.55 KB
/
index.html
File metadata and controls
190 lines (180 loc) · 9.55 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- BootStrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous" />
<!-- MyCSS-->
<link rel="stylesheet" href="style.css" />
<title>My Portfolio | Anang Ardhiansyah</title>
<link rel="icon" href="/KeepLearning/Programming/PHP/Studi-HTML/belajar-html-dasar/RvgLogo.jpg" />
</head>
<body id="home">
<!-- StartNavbar -->
<nav class="navbar navbar-expand-lg navbar-dark shadow fixed-top" style="background-color: #03c0ff">
<div class="container">
<a class="navbar-brand fw-bold" href="#">ArdhiCode</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link fw-bold" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link fw-bold" href="#Projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link fw-bold" href="#Contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- EndNavbar -->
<!-- StartJumbotron -->
<section class="jumbotron text-center">
<img src="img/IMG_20220415_223552.jpg" alt="Anang Ardhiansyah" width="200" class="rounded-circle img-thumbnail" />
<h1 class="display-4 navbar-dark text-light fw-bold">Anang Ardhiansyah</h1>
<p class="lead text-light fw-bold">Student | Programmer</p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#ffffff"
fill-opacity="1"
d="M0,160L26.7,144C53.3,128,107,96,160,80C213.3,64,267,64,320,96C373.3,128,427,192,480,234.7C533.3,277,587,299,640,261.3C693.3,224,747,128,800,101.3C853.3,75,907,117,960,160C1013.3,203,1067,245,1120,234.7C1173.3,224,1227,160,1280,133.3C1333.3,107,1387,117,1413,122.7L1440,128L1440,320L1413.3,320C1386.7,320,1333,320,1280,320C1226.7,320,1173,320,1120,320C1066.7,320,1013,320,960,320C906.7,320,853,320,800,320C746.7,320,693,320,640,320C586.7,320,533,320,480,320C426.7,320,373,320,320,320C266.7,320,213,320,160,320C106.7,320,53,320,27,320L0,320Z"
></path>
</svg>
</section>
<!-- EndJumbotron -->
<!-- About -->
<section id="about">
<div class="container">
<div class="row text-center mb-3">
<div class="col">
<h2 class="text-info fw-bold">About Me</h2>
</div>
</div>
<div class="row justify-content-center fs-5">
<div class="col-4">
<p style="color: #8acdec">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam mollitia quasi quas expedita enim sint quos. Consequuntur tenetur corrupti blanditiis!</p>
</div>
<div class="col-4">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Sequi qui voluptatum consectetur incidunt voluptate, ullam consequatur natus at, ab laboriosam consequuntur ipsum temporibus mollitia commodi?</p>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#8acdec"
fill-opacity="1"
d="M0,192L26.7,160C53.3,128,107,64,160,74.7C213.3,85,267,171,320,218.7C373.3,267,427,277,480,256C533.3,235,587,181,640,170.7C693.3,160,747,192,800,176C853.3,160,907,96,960,90.7C1013.3,85,1067,139,1120,186.7C1173.3,235,1227,277,1280,261.3C1333.3,245,1387,171,1413,133.3L1440,96L1440,320L1413.3,320C1386.7,320,1333,320,1280,320C1226.7,320,1173,320,1120,320C1066.7,320,1013,320,960,320C906.7,320,853,320,800,320C746.7,320,693,320,640,320C586.7,320,533,320,480,320C426.7,320,373,320,320,320C266.7,320,213,320,160,320C106.7,320,53,320,27,320L0,320Z"
></path>
</svg>
</section>
<!-- EndAbout -->
<!-- Projects -->
<section id="Projects">
<div class="container">
<div class="row text-center">
<div class="col">
<h2 class="mb-4 text-light">My Projects</h2>
</div>
</div>
<div class="row">
<div class="col-md-4 mb-3">
<div class="card">
<img src="img/ProjectsSection/Binary.jpg" class="card-img-top" alt="Binary" />
<div class="card-body">
<h5 class="card-title">Binary Converter</h5>
<p class="card-text">Binary Converter is a program that can convert a binary code to decimal or hexa.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card">
<img src="img/ProjectsSection/Temperature.jpg" class="card-img-top" alt="Temperature" />
<div class="card-body">
<h5 class="card-title">Temperature Converter</h5>
<p class="card-text">Temperature Converter is a program that can change the temperature between Celsius, Kelvin, Fahrenheit, and Reamur types.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card">
<img src="img/ProjectsSection/ToDoList.jpg" class="card-img-top" alt="ToDoList" />
<div class="card-body">
<h5 class="card-title">ToDoList</h5>
<p class="card-text">ToDoList is a program that can be used to record the activities you will do.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="row">
<div class="col">
<p class="text-center text-light">You can see all of my project in <a href="..." class="text-light">ArdhiCode</a></p>
</div>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#ffff"
fill-opacity="1"
d="M0,192L26.7,213.3C53.3,235,107,277,160,256C213.3,235,267,149,320,106.7C373.3,64,427,64,480,90.7C533.3,117,587,171,640,186.7C693.3,203,747,181,800,186.7C853.3,192,907,224,960,208C1013.3,192,1067,128,1120,85.3C1173.3,43,1227,21,1280,42.7C1333.3,64,1387,128,1413,160L1440,192L1440,320L1413.3,320C1386.7,320,1333,320,1280,320C1226.7,320,1173,320,1120,320C1066.7,320,1013,320,960,320C906.7,320,853,320,800,320C746.7,320,693,320,640,320C586.7,320,533,320,480,320C426.7,320,373,320,320,320C266.7,320,213,320,160,320C106.7,320,53,320,27,320L0,320Z"
></path>
</svg>
</section>
<!-- EndProjects -->
<!-- Contact -->
<section id="Contact">
<div class="container">
<div class="row text-center">
<div class="col">
<h2>Contact Me</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-6">
<form>
<div class="mb-3">
<label for="name" class="form-label">Name</label>
<input type="text" class="form-control" id="name" aria-describedby="name" />
</div>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" />
</div>
<div class="mb-3">
<label for="pesan" class="form-label">Message</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#03c0ff"
fill-opacity="1"
d="M0,128L26.7,154.7C53.3,181,107,235,160,218.7C213.3,203,267,117,320,112C373.3,107,427,181,480,202.7C533.3,224,587,192,640,197.3C693.3,203,747,245,800,245.3C853.3,245,907,203,960,197.3C1013.3,192,1067,224,1120,240C1173.3,256,1227,256,1280,240C1333.3,224,1387,192,1413,176L1440,160L1440,320L1413.3,320C1386.7,320,1333,320,1280,320C1226.7,320,1173,320,1120,320C1066.7,320,1013,320,960,320C906.7,320,853,320,800,320C746.7,320,693,320,640,320C586.7,320,533,320,480,320C426.7,320,373,320,320,320C266.7,320,213,320,160,320C106.7,320,53,320,27,320L0,320Z"
></path>
</svg>
</section>
<!-- EndContact -->
<!-- Footer -->
<footer class="text-light text-center p-3" id="footer">
<p>Created by <a href="https://www.instagram.com/anang_ardh/" class="text-light fw-bold">Anang Ardhiansyah</a></p>
</footer>
<!-- Footer -->
<!--h1 class="text-primary">ArdhiCode</h1-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
</body>
</html>