-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (78 loc) · 3.9 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>StarterJs - Home </title>
<meta name="title" content="StarterJs">
<meta name="description" content="A Contextualized Computer PRogramming Library">
<meta name="author" content="Luis Araujo">
<link rel="icon" href="favicon.ico">
<link href="staterjs-style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Archivo+Black" rel="stylesheet">
</head>
<body>
<div class="nav nav-black">
<div class="sub-nav">
<a>Create</a>
<a>Getting Started</a>
<a>Gallery</a>
<div class="nav-input">
<input type="text">
</div>
<a>Sing in</a>
<a>Language</a>
</div>
</div>
<div style="width: calc(100%- 20px); height: 100%; background-color: #005cbf; padding: 10px" >
<div style="width: 300px; height: 300px; background-color: #fff; margin-left: calc(50% - 150px); margin-top: 100px"></div>
<div style="color: #fff; width: 40%; margin-left: 30%; margin-top: 20px">
<h1>A Contextualized Computer Programming Library</h1>
<p>StarterJS is a open source HTML5 library for novice programming. The library provides a colletion of
elements for most context: figure, animations, games and image effect
</p>
<div style="height: 100px">
<div style="float: left; width: 100px; border-radius: 5px; text-align: center; background-color: #ca638f; border-bottom: 5px solid #a85477; padding: 10px; color: #fff">
Download
</div>
<div style="margin-left: 10px; float: left; width: 120px; border-radius: 5px; text-align: center; background-color: #fff9f0; border-bottom: 5px solid #bfbfbf; padding: 10px; color: #000">
Read The Docs
</div>
</div>
<div>Find Starter in social medias: [icon facebook], [icon medium], [icon github]</div>
<div>Ver mais</div>
</div>
</div>
<div class="container-session">
<!-- FIGURES -->
<div class="sub-container-session">
<div style="width: 30%; height: 400px; background-color: #aaa; float: left; margin-left: 20%">
FIGURA AQUI
</div>
<div style="color: #3c444b; width: 30%; height: 400px; float: left; margin-left: 20px;">
<span style="font-size: 40px; color: #005cbf; font-family: 'Archivo Black'">1.</span><span style="font-family: 'Archivo Black'; font-size: 50px; color: #222">Getting Started</span>
<p>Learn programming in fun way. With StarterJs you can create game, imagens and figures. Look examples gallery
or tutorial for start your project.</p>
</div>
</div>
<div class="sub-container-session">
<div style=" margin-left: 20%; color: #3c444b; width: 60%; height: 400px; float: left; ">
<span style="font-size: 40px; color: #005cbf; font-family: 'Archivo Black'">2.</span><span style="font-family: 'Archivo Black'; font-size: 50px; color: #222">Tutorials</span>
<p>Choise your context and look our tutorial to scratch for bennigner in programming. You can download code and look how this works, read the step-top-step for
create the your own project or see our videos.
</p>
</div>
</div>
<div class="sub-container-session">
<div style=" margin-left: 20%; color: #3c444b; width: 60%; height: 400px; float: left; ">
<span style="font-size: 40px; color: #005cbf; font-family: 'Archivo Black'">3.</span><span style="font-family: 'Archivo Black'; font-size: 50px; color: #222">Last News</span>
<p>Read our news on StarterJs. Here you know about new features, releases, tutorials and outher things.
</p>
</div>
</div>
</div>
</div>
<div style="width: 100%; height:50px; font-size: 10px; background-color: #aaa;">
</div>
</body>
</html>