-
Notifications
You must be signed in to change notification settings - Fork 1
/
developers.html
116 lines (88 loc) · 3.38 KB
/
developers.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
<!DOCTYPE html>
<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.0,user-scalable=no">
<!--META TAGS-->
<meta name="author" content="Dário silva">
<meta name="description" content="NON-STOP is a e-Learning platform and community">
<meta name="keywords" content="e-learning, courses, free courses, Development, Programming, learning, learn">
<meta name="og:type" content="service">
<!--STYLESHEET-->
<link rel="stylesheet" href="style.css">
<!--SCROLL REVEAL SCRIPT-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--WEBPAGE TITLE-->
<title>NON-STOP</title>
</head>
<body class="developers-body">
<!--DEVELOPERS TITLE-->
<div class="developers-title title">
<h1 id="dev-title">
Developers Zone
</h1>
</div>
<!--CERTIFICATES SECTION-->
<section class="developers-main-section section">
<!--TEXT-->
<div class="developers-text bg-text">
<h1 class="large-text" >
CODELAB is the perfect<br>
community for you !<br>
</h1>
<p class="medium-text">
visit codelab, the perfect community for you<br>
with almost 2Milion users online, codelab is<br>
the most interactive, health, and bigger<br>
community for developers and programmers.<br>
Meet new people, help in someone issue<br>
create code and publish !<br>
</p>
<a href="codelab-devdario.vercel.app" rel="noopener noreferrer" target="_blank">
<button class="text-button button">
visit codelab
</button>
</a>
</div>
<!--IMAGE-->
<img src="assets/device-images/codelab-computer.png" alt="COMPUTER WITH CODELAB OPEN" class="illustration mockup">
</section>
<!--ADVENTURE TITLE-->
<div class="developers-title title">
<h1 id="adventure-title">
friends all over the globe !
</h1>
</div>
<!--ADVENTURE SECTION-->
<section class="adventure-section section">
<!--TEXT-->
<div class="adventure-text bg-text">
<h1 class="large-text" >
meet people from all <br>
over the world <br>
</h1>
<p class="medium-text">
meet people from all over the globe !<br>
with almost 2Milion users online<br>
you can chat with your friends or<br>
make new ones.<br>
</p>
<a href="codelab-devdario.vercel.app" rel="noopener noreferrer" target="_blank">
<button class="text-button button">
start this adventure
</button>
</a>
</div>
<!--IMAGE-->
<img src="assets/illustrations/business-man-sitting.png" alt="BUSINESS MAN SITTING" class="illustration mockup">
</section>
<a href="index.html" rel="noopener" class="b-button">
<div class="back-home">
<button class="text-button button bottom-button">back home</button>
</div>
</a>
<!--JAVASCRIPT-->
<script src="main.js"></script>
</body>
</html>