-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·52 lines (47 loc) · 1.93 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
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="canonical" href="https://html5-templates.com/" />
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="script.js"></script>
<link rel="stylesheet" type="text/css" href="style.css" />
<title>jaco_vazquez_portfolio_2019</title>
</head>
<body>
<div id="desktop">
<div class="window" data-title="Graphic Design">
Graphic Design Content
</div>
<div class="window" data-title="UX/UI Design">
UX/UI Design Content
</div>
<div class="window closed" data-title="About Me">
About me Content
</div>
<div class="window" data-title="Welcome!">
<h1>How To</h1>
<p>Welcome to jaco_vazquez_portfolio_2019. We hope everything is to your liking</p>
<p>Minimize the windows to the taskbar, make them full screen or close them.</p>
<p>DESKTOP_ONLY:Drag the title bar to move the windows or resize them from the <bo></bo>ttom right corner.</p>
<p>Please let us know if you need more information : <a href="mailto:jacovazquez@gmail.com">Send email</a></p>
<p>Have fun!</p>
<hr />
</div>
<div id="taskbar">
</div>
<div id="icons">
<a class="openWindow" data-id="0">Graphic Design</a>
<a class="openWindow" data-id="1">UI/UX Design</a>
<a class="openWindow" data-id="2">About Me</a>
<a class="openWindow" data-id="3">How To</a>
</div>
<a href="https://html5-templates.com/" rel="nofollow" target="_blank" id="templateLink">© HTML5-Templates.com</a>
<!-- You can use this template freely if you leave a visible link to HTML5-Templates.com -->
</div>
</body>
</html>