-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
75 lines (66 loc) · 4.25 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About</title>
<link href="Transition.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap" rel="stylesheet">
<link href="aboutstyle.css" rel="stylesheet">
<link href="mainImage/Rw-1.gif" rel="icon" type="image/gif" sizes="64x64">
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
</head>
<body>
<div class="background-image">
<!-- Navigation Bar -->
<nav class="navbar">
<div class="nav-width">
<div class="logo" title="Home">
<a href="home.html">
<div class="logo2">
<svg viewBox="128.734 158.828 191.406 82.906" width="150" height="50">
<path d="M 176.748 224.796 L 164.868 224.796 L 155.648 211.476 L 155.098 211.476 L 145.468 211.476 L 145.468 224.796 L 134.408 224.796 L 134.408 176.986 L 155.098 176.986 C 159.338 176.986 163.015 177.693 166.128 179.106 C 169.248 180.513 171.651 182.516 173.338 185.116 C 175.025 187.709 175.868 190.783 175.868 194.336 C 175.868 197.889 175.015 200.949 173.308 203.516 C 171.595 206.089 169.168 208.059 166.028 209.426 L 176.748 224.796 Z M 164.668 194.336 C 164.668 191.649 163.801 189.589 162.068 188.156 C 160.335 186.723 157.808 186.006 154.488 186.006 L 145.468 186.006 L 145.468 202.666 L 154.488 202.666 C 157.808 202.666 160.335 201.939 162.068 200.486 C 163.801 199.026 164.668 196.976 164.668 194.336 ZM 195.603 215.916 L 221.623 215.916 L 221.623 224.796 L 184.603 224.796 L 184.603 176.986 L 220.733 176.986 L 220.733 185.866 L 195.603 185.866 L 195.603 196.246 L 217.793 196.246 L 217.793 204.856 L 195.603 204.856 L 195.603 215.916 ZM 266.558 185.866 L 241.488 185.866 L 241.488 198.496 L 263.618 198.496 L 263.618 207.376 L 241.488 207.376 L 241.488 224.796 L 230.428 224.796 L 230.428 176.986 L 266.558 176.986 L 266.558 185.866 ZM 307.807 224.796 L 303.577 214.556 L 281.377 214.556 L 277.137 224.796 L 265.807 224.796 L 287.107 176.986 L 298.037 176.986 L 319.417 224.796 L 307.807 224.796 Z M 284.927 206.146 L 300.087 206.146 L 292.507 187.846 L 284.927 206.146 Z"
</path>
</svg>
</div>
</a>
</div>
<ul class="menu">
<li><a href="portfolio.html" class="underline" title="Portfolio" >portfolio</a></li>
<li><a href="contact.html" class="underline" title="Contact">contact</a></li>
<li><a href="#" class="underline" title="About me">about</a></li>
</ul>
</div>
</nav>
<!--Introduce grid tailwind -->
<section class="whitespace-top"></section>
<section class="">
<div class="grid grid-cols-1 md:grid-cols-2 m-10 about-intro">
<div class="grid"></div>
<div class="grid m-10">
<article class="">
<h1>I'm a Fadel Setyoso freelance college Student.</h1>
<br>
<p id="">
Specialized in Portraits Photograph and video editor
currently live in Jakarta Passion in this activity.
Capture a moment of life.
</p>
<br>
<p> <b>Wedding Occasion - Travel - Vlog Video Edit</b> </p>
</article>
</div>
</div>
<section class="whitespace"></section>
</section>
<!-- footer -->
<br><br>
<div class="footer-note">
<div>
<footer>
<p>© 2021. <b>By Alexander</b> All rights reserved.</p>
</footer>
</div>
</div>
</div>
</body>
</html>