-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (104 loc) · 3.49 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>NewKev1.0</title>
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<!-- Animate.CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<!-- CUSTOM CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Header -->
<header class="header">
<div class="header-content animated flash">
<img src="img/logo.png" alt="NewKev Logo" class="logo">
<div class="title">
Web del Destino NewKev ^^
</div>
<div class="text">
Esto solo es una prototipo para lograr hacer lo inimaginable. !Se vendran novedades! 力
</div>
</div>
</header>
<!-- Services -->
<div class="services text-center">
<h3 class="title">Input <> Output</h3>
<div class="container grid-3">
<div>
<a href="https://newks7.github.io/2.0/" target=”_blank” rel="noopener">
<i class="fab fa-html5 fa-5x"></i>
</a>
<h3>Website</h3>
<div>
Consectetur itaque inventore odio tempora velit sunt et repellendus accusantium.
</div>
</div>
<div>
<a href="https://twitter.com" target=”_blank” dir="auto" rel="noopener">
<i class="fab fa-twitter fa-5x"></i>
</a>
<h3>Twitter</h3>
<div>
Consectetur itaque inventore odio tempora velit sunt et repellendus accusantium.
</div>
</div>
<div>
<a href="https://youtube.com" target=”_blank” dir="auto" rel="noopener">
<i class="fab fa-youtube fa-5x"></i>
</a>
<h3>Youtube</h3>
<div>
Consectetur itaque inventore odio tempora velit sunt et repellendus accusantium.
</div>
</div>
</div>
</div>
<!-- About -->
<section class="about bg-light">
<div class="container text-center">
<div class="grid-2">
<div class="center">
<i class="far fa-file-code fa-10x"></i>
</div>
<div>
<h3 class="title">Coding</h3>
<p>
<span>Amet nihil magnam maxime dolor qui veritatis quaerat explicabo fugiat similique. Facilis ea
reprehenderit laboriosam molestias odit officia. Facilis sunt harum tempore suscipit placeat beatae? Autem
iure dignissimos maxime ducimus.</span>
</p>
</div>
</div>
</div>
</section>
<section>
<div class="container text-center">
<div class="grid-2">
<div>
<h3 class="title">Tools</h3>
<p>
<span>Amet nihil magnam maxime dolor qui veritatis quaerat explicabo fugiat similique. Facilis ea
reprehenderit laboriosam molestias odit officia. Facilis sunt harum tempore suscipit placeat beatae? Autem
iure dignissimos maxime ducimus.</span>
</p>
</div>
<div class="center">
<i class="fas fa-tools fa-10x"></i>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center bg-light">
<p>© 2020 NewKev</p>
</footer>
</body>
</html>