-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
40 lines (37 loc) · 1.81 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<ul class="nav" style="-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;" unselectable="on" onselectstart="return false;" onmousedown="return false;">
<a href="" id="aLeft">Cornelia Vanisa/</a>
<nav class="cl-effect-3">
<a id="about" onclick="up()">profile/</a>
<a id="work" onclick="down()">portofolio/</a>
</nav>
</ul>
<div id="easing">
<div class="square el">
<h1 class="right" onclick="right()">f / / / o / / r / / u / / / m</h1>
<img class="right" src="https://i.pinimg.com/736x/1f/bc/3f/1fbc3f2fab0a2cdc9e9b2c222e7180df.jpg" onclick="right()">
<h1 class="center" onclick="center()">M E E T - O N I E L / </h1>
<img class="center" src="https://assets.pikiran-rakyat.com/crop/0x0:0x0/x/photo/2022/02/17/2337385953.jpg" onclick="center()">
<h1 class="left" onclick="left()">r e / / / t r o / g o / / /</h1>
<img class="left" src="https://static.promediateknologi.id/crop/0x0:0x0/x/photo/2023/07/24/352594148_1439342900171481_4447597489988856416_n-2036493070.jpg" onclick="left()">
</div>
</div>
<div class="about">
<p>
Seperti teka-teki yang akan membuat kalian penasaran denganku!
<br> Halo aku Oniel!
<ul>
<li><a href="cv.pdf">curriculum vitae</a></li>
<li id="auto"><a href="mailto:[email protected]?Subject=" target="_top">[email protected]</a></li>
<li><a href="https://www.linkedin.com/in/jordy-s-557216142">LinkedIn</a></li>
</ul>
</p>
</div>
<script src="script.js"></script>
</body>
</html>