-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
180 lines (175 loc) · 10.8 KB
/
index.html
File metadata and controls
180 lines (175 loc) · 10.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>PORTFOLIO</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous" />
<!-- BOOTSTRAP ICONS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<!-- MY STYLE -->
<link rel="stylesheet" href="style.css">
</head>
<body id="home">
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg bg-primary navbar-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#">MY PORTFOLIO</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" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- Akhir NAVBAR -->
<!-- SECTION -->
<section class="jumbotron text-center">
<img src="img/Full/user.png" alt="user" width="200px">
<h1 class="display-4">Mohammad Alwan Abbas Abdillah</h1>
<p class="lead">Student</p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#ffff" fill-opacity="1" d="M0,224L24,234.7C48,245,96,267,144,266.7C192,267,240,245,288,240C336,235,384,245,432,234.7C480,224,528,192,576,197.3C624,203,672,245,720,266.7C768,288,816,288,864,288C912,288,960,288,1008,256C1056,224,1104,160,1152,144C1200,128,1248,160,1296,154.7C1344,149,1392,107,1416,85.3L1440,64L1440,320L1416,320C1392,320,1344,320,1296,320C1248,320,1200,320,1152,320C1104,320,1056,320,1008,320C960,320,912,320,864,320C816,320,768,320,720,320C672,320,624,320,576,320C528,320,480,320,432,320C384,320,336,320,288,320C240,320,192,320,144,320C96,320,48,320,24,320L0,320Z"></path></svg>
</section>
<!-- Akhir SECTION -->
<!-- ABOUT -->
<section id="about">
<div class="container">
<div class="row text-center mb-5">
<div class="col">
<h2>About Me</h2>
</div>
</div>
<div class="row justify-content-center text-center">
<div class="col-md-4">
Hi, nice to meet you, and introduce, I am a graduate student from a Vocational High School majoring in Audio Video Engineering and I will graduate in 2023.
</div>
<div class="col-md-4">
And I continued my education at Nadhatul Ulama Al-Ghazali University in the Informatics study program.
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#e2edff" fill-opacity="1" d="M0,96L20,106.7C40,117,80,139,120,165.3C160,192,200,224,240,234.7C280,245,320,235,360,218.7C400,203,440,181,480,181.3C520,181,560,203,600,192C640,181,680,139,720,133.3C760,128,800,160,840,149.3C880,139,920,85,960,69.3C1000,53,1040,75,1080,106.7C1120,139,1160,181,1200,218.7C1240,256,1280,288,1320,272C1360,256,1400,192,1420,160L1440,128L1440,320L1420,320C1400,320,1360,320,1320,320C1280,320,1240,320,1200,320C1160,320,1120,320,1080,320C1040,320,1000,320,960,320C920,320,880,320,840,320C800,320,760,320,720,320C680,320,640,320,600,320C560,320,520,320,480,320C440,320,400,320,360,320C320,320,280,320,240,320C200,320,160,320,120,320C80,320,40,320,20,320L0,320Z"></path></svg>
</section>
<!-- AKHIR ABOUT -->
<!-- PROJECTS -->
<section id="projects" class="projects">
<div class="container">
<div class="row text-center mb-4">
<div class="col">
<h2>My Projects</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-4 mb-3">
<div class="card">
<img src="img/Full/Projrcts1.png" class="card-img-top" alt="Photo 1">
<div class="card-body">
<p class="card-text">This is My First Project that I have made use <b>HTML And CSS</b></p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card">
<img src="img/Full/Screenshot 2024-02-10 102631.png" class="card-img-top" alt="Photo 2">
<div class="card-body">
<p class="card-text"><a href="https://alwanabbas.github.io/digitalclock.github.io/">Ini Merupakan Project kedua saya</a></p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card">
<img src="img/Full/not-found.png" class="card-img-top" alt="Photo 3">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card">
<img src="img/Full/not-found.png" class="card-img-top" alt="Photo 4">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card">
<img src="img/Full/not-found.png" class="card-img-top" alt="Photo 5">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</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,96L21.8,112C43.6,128,87,160,131,181.3C174.5,203,218,213,262,208C305.5,203,349,181,393,176C436.4,171,480,181,524,176C567.3,171,611,149,655,149.3C698.2,149,742,171,785,170.7C829.1,171,873,149,916,122.7C960,96,1004,64,1047,58.7C1090.9,53,1135,75,1178,106.7C1221.8,139,1265,181,1309,197.3C1352.7,213,1396,203,1418,197.3L1440,192L1440,320L1418.2,320C1396.4,320,1353,320,1309,320C1265.5,320,1222,320,1178,320C1134.5,320,1091,320,1047,320C1003.6,320,960,320,916,320C872.7,320,829,320,785,320C741.8,320,698,320,655,320C610.9,320,567,320,524,320C480,320,436,320,393,320C349.1,320,305,320,262,320C218.2,320,175,320,131,320C87.3,320,44,320,22,320L0,320Z"></path></svg>
</section>
<!-- Akhir PROJECTS -->
<!-- CONTACT ME -->
<section id="contact">
<div class="container">
<div class="row text-center mb-3">
<div class="col">
<h2>Contact Me</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-8">
<form>
<div class="mb-3">
<label for="name" class="form-label">Your 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="emai" aria-describedby="email">
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label">Message</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-primary">Enter</button>
</form>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#0d6efd" fill-opacity="1" d="M0,128L30,149.3C60,171,120,213,180,229.3C240,245,300,235,360,240C420,245,480,267,540,277.3C600,288,660,288,720,282.7C780,277,840,267,900,261.3C960,256,1020,256,1080,229.3C1140,203,1200,149,1260,117.3C1320,85,1380,75,1410,69.3L1440,64L1440,320L1410,320C1380,320,1320,320,1260,320C1200,320,1140,320,1080,320C1020,320,960,320,900,320C840,320,780,320,720,320C660,320,600,320,540,320C480,320,420,320,360,320C300,320,240,320,180,320C120,320,60,320,30,320L0,320Z"></path></svg>
</section>
<!-- Akhir CONTACT ME -->
<!-- FOOTER -->
<section class="bg-primary text-white text-start pb-1">
<div class="container">
<div class="row">
<div class="col">
<p>User Icon downloaded from <a href="https://www.flaticon.com/free-icons/user" title="user icons" class="link-body-emphasis link-offset-2 link-underline-opacity-25 link-underline-opacity-75-hover">User icons created by Freepik - Flaticon</a></p>
</div>
</div>
<div class="col">
<p>Icon No Image downloaded from <a href="https://www.flaticon.com/free-icons/no-results" title="not-found" class="link-body-emphasis link-offset-2 link-underline-opacity-25 link-underline-opacity-75-hover">No results icons created by kerismaker - Flaticon</a></p>
</div>
<div class="col">
<p>My Social Media <i class="bi bi-instagram"></i> <a href="https://www.instagram.com/miyamura_izumi08/?hl=id" title="miyamura_izumi08" class="link-body-emphasis link-offset-2 link-underline-opacity-25 link-underline-opacity-75-hover">Miyamura Izumi</a></p>
</div>
<hr>
<footer>
<P class="text-center"><i class="bi bi-c-circle"></i> Copyright 2023</P>
</footer>
</section>
<!-- Akhir FOOTER -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>