This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (100 loc) · 4.54 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
<!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">
<meta name="application-name" content="portofolio || ryugen">
<meta name="keywords" content="RyugenXD,Portofolio RyugenXd,ryugenxd,XD,Ryugen,ryugenxd,xd,ryugen,Ryu,ryuxd,ryu,RyuXD,RYUXD,Pesonal Web,Web Personal,Anime Web Master,anime web maker,web maker,Anime Web Master,WebMaster,Anime Web,Web Programming,Anime Programming,Anime Web Ryugen,anime web ryugenxd">
<meta name="description" content="This is My Portofolio">
<meta name="author" content="Ryugen XD">
<!-- <meta name="color-scheme" content="dark light" /> -->
<meta name="theme-color" content="#21274a" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta property="og:title" content="Portofolio || RyugenXD" />
<meta property="og:type" content="personal.website" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<meta property="og:description" content="This is My Portofolio" />
<meta property="og:site_name" content="Portofolio" />
<meta property="og:image:alt" content="Web Portofolio RyugenXD">
<meta property="og:image:width" content="150px">
<meta property="og:image:height" content="150px">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:type" content="website" />
<!-- <link rel="manifest" href="manifest.json"> -->
<title>Portofolio || RyugenXD</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<script defer src="app.js"></script>
</head>
<body>
<noscript>
aktifkan javascript !
</noscript>
<div class="container">
<header class="header">
<nav class="navbar">
<div class="nav-wrapper">
<div class="nav-title">
<a href="#" class="nav-title-text">
<span class="leter">Website</span> Personal
</a>
</div>
<i class="fa-solid fa-bars nav-bars" onclick="showNavbar()"></i>
</div>
<div class="nav-links hide-links">
<a href="#home" class="nav-link" onclick="showNavbar()">home</a>
<a href="#about" class="nav-link" onclick="showNavbar()">about</a>
<a href="#oragnizations" class="nav-link" onclick="showNavbar()">oragnizations</a>
<a href="#projects" class="nav-link" onclick="showNavbar()">projects</a>
<a href="#contact" class="nav-link" onclick="showNavbar()">contact</a>
</div>
</nav>
</header>
<div class="content">
<section class="section home" id="home">
<h1 class="title-section">
Website Personal
</h1>
<a href="#about" class="button-about">
About Me
</a>
</section>
<section class="section" id="about">
<h1>
About Me !
</h1>
</section>
<section class="section" id="oragnizations">
<h1>
My Oragnizations
</h1>
</section>
<section class="section" id="projects">
<h1>
My Projects
</h1>
</section>
<section class="section" id="contact">
<h1>
Contact Me
</h1>
</section>
</div>
<footer class="footer">
<div class="foter-items">
<div class="foter-item">
<div class="footer-list">
<div class="footer-list-item">
</div>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>