-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·47 lines (47 loc) · 2.24 KB
/
Copy pathindex.html
File metadata and controls
executable file
·47 lines (47 loc) · 2.24 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
<!DOCTYPE html>
<link rel="shortcut icon" href="img/terminal.png" type="image/png">
<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"/>
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!--Coloring the bar above-->
<meta id="upp-bar_and" name="theme-color" content="#1a1e24" />
<meta id="upp-bar_ios" name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>Luigi Giugliano</title>
<!--Fonts-->
<link href="https://fonts.googleapis.com/css?family=Rubik+Mono+One" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet" />
<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<custom-style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" />
</custom-style>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/bar.css"/>
<link rel="stylesheet" href="css/termynal.css"/>
<link rel="stylesheet" href="css/terminal.css"/>
</head>
<body>
<br/><br/>
<div id="full_container" data-termynal>
<div id="container">
<div class="text center">
<img src="img/bulb.png" id="bulb"></img>
</div>
<div>
<h3>Hi there, I'm <span id="name">Luigi</span> and this is my Resume.</h3>
<h4 id='help'> Type <span style="background-color:#d9534f;font-size:27px;font-family: 'Ubuntu Mono'">help</span> to get started.</h4>
</div>
<br/>
<div id="terminal">
<div id="bash">
<p><span id="name_term">luigi@resume:</span> <span id='path_term'>~</span> $ <span id="input"></span><span id="blinker">_</span></p>
</div>
</div>
</div>
<script type="text/javascript" src="bundle.js"></script>
</body>
</html>