-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (84 loc) · 3.39 KB
/
index.html
File metadata and controls
84 lines (84 loc) · 3.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta name="description" content="Agus's portfolio" />
<meta name="author" content="Agus Ismawan" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@ismwnx" />
<meta name="twitter:creator" content="@ismwnx" />
<meta property="og:url" content="https://agusismawan.github.io/links" />
<meta property="og:title" content="Portfolio | Agus Ismawan" />
<meta
property="og:description"
content="Agus's portfolio forked from @dimasmiftah"
/>
<link
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔳</text></svg>"
rel="icon"
/>
<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@400;500;700&display=swap" rel="stylesheet" />
<link href="styles/style.css" rel="stylesheet" />
<title>Portfolio | Agus Ismawan</title>
<script defer src="./app.js" type="module"></script>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4887218258895371"
crossorigin="anonymous"
></script>
</head>
<body id="body">
<section class="profile">
<img
class="profile__image"
src="https://avatars.githubusercontent.com/u/55011109?v=4"
alt="Agus Ismawan"
width="100%"
fetchpriority="high"
/>
<div class="profile__bio">
<h3 class="profile__bio__name">Agus Ismawan</h3>
<p class="profile__bio__title">Software Engineer</p>
</div>
</section>
<section class="socials">
<a class="socials__link" href="https://twitter.com/ismwnx" target="_blank" rel="nofollow"
><img
src="https://user-images.githubusercontent.com/32232332/159412529-62920b62-a715-44b7-aaf9-960ed2a64dec.svg"
class="socials__link__icon"
alt="Twitter Icon"
fetchpriority="high"
/></a>
<a class="socials__link" href="https://instagram.com/agus.ismawan" target="_blank" rel="nofollow"
><img
src="https://user-images.githubusercontent.com/32232332/159412528-554948f7-d708-4516-81d6-9a189d3e6286.svg"
class="socials__link__icon"
alt="Instagram Icon"
fetchpriority="high"
/></a>
<a class="socials__link" href="https://linkedin.com/in/agusismawan" target="_blank" rel="nofollow">
<img
src="https://user-images.githubusercontent.com/32232332/159413556-8661ca4c-17e6-44af-b411-ed44d5430258.svg"
class="socials__link__icon"
alt="LinkedIn Icon"
fetchpriority="high"
/>
</a>
<a class="socials__link" href="https://github.com/agusismawan" target="_blank" rel="nofollow">
<img
src="public/github.png"
class="socials__link__icon"
alt="Github Icon"
fetchpriority="high"
/>
</a>
</section>
<section class="search">
<input class="search__input" type="search" id="searchbox" placeholder="Search..." name="search" />
</section>
</body>
</html>