-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (22 loc) · 905 Bytes
/
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8" content="width=device-width, initial-scale=1.0">
<title>MUDAMMAD SALEM GZIZOU</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body id="terminal-window" >
<div class="terminal">
<div id="quote"></div>
<p class="prompt animate">WELCOME!, MY NAME IS MUHAMMED SALEM GZIZOU.</p>
<p class="prompt animate">PLEASE FEEL FREE TO CONTACT ME AT</p>
<p class="prompt animate">E-MAIL: </p>
<p class="prompt animate">> [email protected]</p>
<p class="prompt animate">GITHUB: </p>
<a class="prompt animate" href="https://github.com/Med-Salem-Gzizou" target="_blank">> github.com/Med-Salem-Gzizou</a>
<span class="prompt output new-output blink" id="cursor"></span>
</div>
<script src='js/jquery.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>