-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
63 lines (54 loc) · 2.38 KB
/
cv.html
File metadata and controls
63 lines (54 loc) · 2.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>homepage</title>
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link rel="stylesheet" href="CSS/cv.css">
<link rel="stylesheet" href="CSS/nav.css">
</head>
<body>
<div class="banner" style="background-image: url('Assets/Backgrounds/bg5.png');">
<div id="navbar"></div>
<script src="JS/fetch.js"></script>
<i class="nes-icon trophy is-large" id="trophy"></i>
<img src="Assets/cv-downolad/pedestel.png" id="pedestel">
<div class="smoke-wrap">
<img class="smoke" src="Assets/cv-downolad/smoke.png" alt="smoke">
</div>
<div class="smoke-wrap">
<img class="smoke2" src="Assets/cv-downolad/smoke.png" alt="smoke">
</div>
<div class="smoke-wrap">
<img class="smoke3" src="Assets/cv-downolad/smoke.png" alt="smoke">
</div>
<!--<div class="c2" >
<div class="r1 d1"><p class="nes-balloon from-left nes-pointer" style="display: flex;" id="hover">
Rrrrr</p>
</div><div class="r1 d2"><p class="nes-balloon from-left nes-pointer" style="display: flex;" id="hover">
Rrrrr</p>
</div></div>-->
<div class="c1">
<div class="r1"><img src="Assets/gifs/drag1.gif" id="drag"></div>
<div class="r1"><img src="Assets/gifs/drag1.gif" id="drag"></div>
</div>
<div id="cash" class="fly">
<img src="Assets/gifs/cash-fly.gif" id="cash1">
</div>
<div id="sprinkles" style="display: none;">
<img src="Assets/gifs/sprinkles.gif" id="sprinkle">
</div>
<div class="nes-container is is-rounded is-dark" id="dialogue" >
<div class="image">
<img src="Assets/walter-white.png" id="img">
</div>
<div>Alas! finally! the end of the journey!! <br>Click on the trophy to download my resume<br><br></div>
<a class="nes-btn" href="#" id="nextButton">Next</a>
</div>
</div>
</body>
<script src="JS/cv.js">
</script>
</html>