-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (67 loc) · 2.75 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Pace USA Gans</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Xynz</title>
<link rel="icon" type="image/x-icon" href="xynz.gif">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://use.fontawesome.com/6d3730cd12.js"></script>
<script src="typed2.js"></script>
<link href='https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:100,200,400,700' rel='stylesheet' type='text/css'>
<link rel='stylesheet' href='bootstrap.min.css'>
<link rel='stylesheet' href='animate.min.css'>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container-fluid fill black-font">
<div id="home" class="container-fluid fill gray-background">
<h1 class="center text-center">
<p>Hi, my name is <strong class="middle-blue-font">My Pace Usa
</strong></p>
<p>and I'm learning about <span class="element"></span></p>
<p>and a <strong class="middle-blue-font">CyberSecurity</strong> antusias.</p>
</h1>
</div>
</div>
<div id="contact" class="footer">
<div class="container">
<p class="text-center black-font">
<a class="middle-blue-font" href="http://t.me/cardingtutorialfreeindonesia" title="My Telegram" target="telegram"><strong><i class="fa fa-telegram"></i></strong></a>
•
<a class="middle-blue-font" href="skype:live:developer.promotion?chat" title="My skype" target="skype"><strong><i class="fa fa-skype"></i></strong></a>
•
<a class="middle-blue-font" href="https://tutorialhambaallah.blogspot.com" title="My site" target="github"><strong><i class="fa fa-link"></i></strong></a>
•
<a class="middle-blue-font" href="mailto:developerpaceusa@gmail.com"><strong><i class="fa fa-envelope" aria-hidden="true"></i></strong></a>
</p>
<div class="email">
<i class="fa fa-envelope-o" aria-hidden="true"></i><br>
<span>d</span>
<span>e</span>
<span>v</span>
<span>e</span>
<span>l</span>
<span>o</span>
<span>p</span>
<span>e</span>
<span>r</span>
<span>.</span>
<span>p</span>
<span>a</span>
<span>c</span>
<span>e</span>
<span>u</span>
<span>s</span>
<span>a</span>
<br />
</div>
</div>
</div>
<script src="script.js" type="text/javascript"></script>
</body>
</html>