-
Notifications
You must be signed in to change notification settings - Fork 0
/
portofolio.html
70 lines (68 loc) · 2.22 KB
/
portofolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>My Project</title>
<link rel="stylesheet" href="./portofolio.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
</head>
<body>
<!--NavBar-->
<header>
<div class="navbar">
<h1><i>Hello, I am Ega !</i></h1>
<div>
<a href="./contact.html"><i>Contact</i></a>
<a class="active" href="./portofolio.html"><i>Portofolio</i></a>
<a href="./about.html"><i>About</i></a>
<a href="./index.html"><i>Home</i></a>
</div>
</div>
</header>
<!--Header-->
<div class="home">
<div class="home-image-content">
<!-- <img src="background1.jpeg" alt="Monitor" style="width:100%" />; -->
</div>
<div class="home-text-content">
<div class="animated flipInY delay-1s">
<h2>Welcome to all</h2>
<h3><b>My Project</b></h3>
</div>
<section class="container">
<div id="kotak1">
<h4 class="animated fadeInDownBig delay-1s">Website</h4>
<ul class="animated fadeInDownBig delay-1s">
<a href="http://jodohku.netlify.com/">
<li>Jodohku</li></a>
<a href="https://coursepedia.netlify.com/">
<li>Coursepedia</li></a>
</ul>
</div>
<div id="kotak2">
<h4 class="animated fadeInUpBig delay-1s">Mobile</h4>
<p class="animated fadeInUpBig delay-1s">You can’t find anything,</p>
<p class="animated fadeInUpBig delay-1s">because</p>
<p class="animated fadeInUpBig delay-1s">I am still learning !</p>
</div>
</div>
</div>
</section>
<!--Footer-->
<footer>
<div class="footer">
<h3>
<i
><b
>Email: [email protected]/ github:
https://github.com/sharfinaega / LinkedIn:
https://www.linkedin.com/in/ega-sharfina-675751102</b
></i
>
</h3>
</div>
</footer>
</body>
</html>