-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
201 lines (176 loc) · 13.7 KB
/
index.html
File metadata and controls
201 lines (176 loc) · 13.7 KB
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!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">
<!-- Essential META Tags -->
<meta property="og:title" content="TINT CSS Framework | TINT Is Not Tailwind">
<meta property="og:description"
content="TINT CSS Framework is a utility-first css-framework | TINT CSS Framework | TINT Is Not Tailwind">
<meta property="og:image" content="https://emsad87.github.io/css-framework/css-framework.png">
<meta property="og:url" content="https://emsad87.github.io/css-framework/">
<meta name="twitter:card" content="summary_large_image">
<meta name="author" content="Emsad Ahmetašević">
<!-- Non-Essential, But Recommended -->
<meta property="og:site_name" content="TINT CSS Framework | TINT Is Not Tailwind">
<meta name="twitter:image:alt" content="TINT CSS Framework | TINT Is Not Tailwind">
<title>TINT CSS Framework | TINT Is Not Tailwind</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body class="c-white fsize-120 overX-hidden">
<nav class="fixed w-100 z-99 p-15-y no-deco bg-steel shadow-sharp">
<div class="container-fluid j-center md-j-between a-center">
<div class="row j-between a-center w-80 sm-text-center">
<div class="navbar__toggle" id="js-navbar-toggle"></div>
<a class="col-md-4 col-12 fsize-150" href="#home">TINT.css</a>
<ul class="col-md-4 col-12 none md-flex md-f-row f-col a-center gap-15 list-none" id="js-menu">
<li>
<a href="./index.html" class="navbar__link">Home</a>
</li>
<li>
<a href="./docs.html" class="navbar__link">Docs</a>
</li>
<li>
<a href="./examples.html" class="navbar__link">Examples</a>
</li>
<li>
<a href="https://github.com/emsad87/css-framework"
class="btn btn-secondary flex center gap-15 m-auto r-5 shadow-sharp">
<svg style="fill: currentColor;" width="32px" height="32px" viewBox="0 0 32 32"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M 16 4 C 9.371094 4 4 9.371094 4 16 C 4 21.300781 7.4375 25.800781 12.207031 27.386719 C 12.808594 27.496094 13.027344 27.128906 13.027344 26.808594 C 13.027344 26.523438 13.015625 25.769531 13.011719 24.769531 C 9.671875 25.492188 8.96875 23.160156 8.96875 23.160156 C 8.421875 21.773438 7.636719 21.402344 7.636719 21.402344 C 6.546875 20.660156 7.71875 20.675781 7.71875 20.675781 C 8.921875 20.761719 9.554688 21.910156 9.554688 21.910156 C 10.625 23.746094 12.363281 23.214844 13.046875 22.910156 C 13.15625 22.132813 13.46875 21.605469 13.808594 21.304688 C 11.144531 21.003906 8.34375 19.972656 8.34375 15.375 C 8.34375 14.0625 8.8125 12.992188 9.578125 12.152344 C 9.457031 11.851563 9.042969 10.628906 9.695313 8.976563 C 9.695313 8.976563 10.703125 8.65625 12.996094 10.207031 C 13.953125 9.941406 14.980469 9.808594 16 9.804688 C 17.019531 9.808594 18.046875 9.941406 19.003906 10.207031 C 21.296875 8.65625 22.300781 8.976563 22.300781 8.976563 C 22.957031 10.628906 22.546875 11.851563 22.421875 12.152344 C 23.191406 12.992188 23.652344 14.0625 23.652344 15.375 C 23.652344 19.984375 20.847656 20.996094 18.175781 21.296875 C 18.605469 21.664063 18.988281 22.398438 18.988281 23.515625 C 18.988281 25.121094 18.976563 26.414063 18.976563 26.808594 C 18.976563 27.128906 19.191406 27.503906 19.800781 27.386719 C 24.566406 25.796875 28 21.300781 28 16 C 28 9.371094 22.628906 4 16 4 Z" />
</svg>
Github
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid full center p-35-y shadow-sharp">
<div class="hero__bg"><img src="https://source.unsplash.com/collection/53285157" alt=""></div>
<section class="row j-between w-80">
<article class="col-md-7 col-12">
<h1>TINT CSS Framework</h1>
<p>A utility-first CSS framework packed with classes like flex, p-4, text-center and w-80 that can be
composed to
build any design, directly in your markup.</p>
</article>
<aside class="col-12 col-md-4 bg-steel p-25 r-5 shadow-sharp">
TINT is a free, open source CSS framework that provides ready-to-use utility classes and frontend
components that you
can easily combine to
build responsive web interfaces.
<div class="btn btn-secondary block m-15 no-deco r-5 shadow-sharp">
<a href="https://github.com/emsad87/css-framework">GET IT
NOW</a>
</div>
</aside>
</section>
</div>
<main class="flex f-col a-center gap-50 p-50-y bg-steel shadow-sharp shadow-sharp">
<section class="w-80">
<h2>About TINT</h2>
<p>
TINT is a free, open source CSS framework that provides ready-to-use utility classes and frontend
components that you
can easily combine to
build responsive web interfaces.
</p>
<p>
A utility-first CSS framework packed with classes like flex, p-4, text-center and w-80 that can be
composed to
build any design, directly in your markup.
</p>
</section>
<section class="w-80">
<h2>How to use it</h2>
<p>
Just add utility classes to your html element.
</p>
<p>
Like in this example
</p>
<p class="fsize-80">
( Here we add "position: absolute; width: 50%; padding: 15px; background-color: #4863a0;" )
</p>
<textarea name="code" class="code bg-night">
<div class="absolute w-50 p-15 bg-steel">
<h2 class="c-red">Title</h2>
<p class="bg-night p-10 c-white">Text text text...</p>
</div>
</textarea>
<div class="flex a-center j-between gap-15 w-100">
<a href="./docs.html" class="btn btn-secondary w-50 a-no-deco r-5 shadow-sharp">DOCS</a>
<a class="btn btn-secondary w-50 a-no-deco r-5 shadow-sharp"
href="https://github.com/emsad87/css-framework">Download</a>
</div>
</section>
<section class="container-fluid w-80">
<h2 class="m-auto">Creator</h2>
<div class="row center p-15-y bg-secondary r-5 shadow-sharp">
<img class="col-sm-4 r50 m-auto col-12" src="./img/emsad/emsad.jpg" alt="">
<article class="col-12 col-md-7">
<p>
Hi !
</p>
<p>My name is Emsad Ahmetašević</p>
<p>
I am a positive, creative and fun person seeking more knowledge and opportunities to improve and
show my
best.
</p>
<p>
In love with web development. Self-taught front-end developer.
</p>
<div class="flex center gap-25 m-50-top no-deco">
<a href="https://github.com/emsad87">
<svg style="fill: currentColor;" width="32px" height="32px" viewBox="0 0 32 32"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M 16 4 C 9.371094 4 4 9.371094 4 16 C 4 21.300781 7.4375 25.800781 12.207031 27.386719 C 12.808594 27.496094 13.027344 27.128906 13.027344 26.808594 C 13.027344 26.523438 13.015625 25.769531 13.011719 24.769531 C 9.671875 25.492188 8.96875 23.160156 8.96875 23.160156 C 8.421875 21.773438 7.636719 21.402344 7.636719 21.402344 C 6.546875 20.660156 7.71875 20.675781 7.71875 20.675781 C 8.921875 20.761719 9.554688 21.910156 9.554688 21.910156 C 10.625 23.746094 12.363281 23.214844 13.046875 22.910156 C 13.15625 22.132813 13.46875 21.605469 13.808594 21.304688 C 11.144531 21.003906 8.34375 19.972656 8.34375 15.375 C 8.34375 14.0625 8.8125 12.992188 9.578125 12.152344 C 9.457031 11.851563 9.042969 10.628906 9.695313 8.976563 C 9.695313 8.976563 10.703125 8.65625 12.996094 10.207031 C 13.953125 9.941406 14.980469 9.808594 16 9.804688 C 17.019531 9.808594 18.046875 9.941406 19.003906 10.207031 C 21.296875 8.65625 22.300781 8.976563 22.300781 8.976563 C 22.957031 10.628906 22.546875 11.851563 22.421875 12.152344 C 23.191406 12.992188 23.652344 14.0625 23.652344 15.375 C 23.652344 19.984375 20.847656 20.996094 18.175781 21.296875 C 18.605469 21.664063 18.988281 22.398438 18.988281 23.515625 C 18.988281 25.121094 18.976563 26.414063 18.976563 26.808594 C 18.976563 27.128906 19.191406 27.503906 19.800781 27.386719 C 24.566406 25.796875 28 21.300781 28 16 C 28 9.371094 22.628906 4 16 4 Z" />
</svg>
</a>
<a href="https://www.linkedin.com/in/emsad">
<svg style="fill: currentColor;" width="32px" height="32px" viewBox="0 0 32 32"
xmlns="http://www.w3.org/2000/svg">
<path
d="M 8.6425781 4 C 7.1835781 4 6 5.181625 6 6.640625 C 6 8.099625 7.182625 9.3085938 8.640625 9.3085938 C 10.098625 9.3085938 11.283203 8.099625 11.283203 6.640625 C 11.283203 5.182625 10.101578 4 8.6425781 4 z M 21.535156 11 C 19.316156 11 18.0465 12.160453 17.4375 13.314453 L 17.373047 13.314453 L 17.373047 11.310547 L 13 11.310547 L 13 26 L 17.556641 26 L 17.556641 18.728516 C 17.556641 16.812516 17.701266 14.960938 20.072266 14.960938 C 22.409266 14.960937 22.443359 17.145609 22.443359 18.849609 L 22.443359 26 L 26.994141 26 L 27 26 L 27 17.931641 C 27 13.983641 26.151156 11 21.535156 11 z M 6.3632812 11.310547 L 6.3632812 26 L 10.923828 26 L 10.923828 11.310547 L 6.3632812 11.310547 z" />
</svg>
</a>
<a href="https://emsad87.github.io/">
<svg style="fill: currentColor;" width="32px" height="32px" viewBox="0 0 32 32"
xmlns="http://www.w3.org/2000/svg">
<path
d="M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 16.338 5 16.67 5.0207813 17 5.0507812 L 17 7 L 15 7 L 14 10 L 13 10 L 13 11 L 18 11 L 19 12 L 20 12 L 20 13 L 19 14 L 15 13 L 11 16 L 11 19 L 13 21 L 16 21 L 16 23.5 L 17 26 L 18 26 L 21 22 L 21 21 L 22 19 L 22 18 L 21 18 L 20 16 L 21 15 L 22.5 16 L 25 15 L 25 14 L 26.808594 14 C 26.928594 14.65 27 15.316 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z" />
</svg>
</a>
</div>
</article>
</div>
</section>
</main>
<footer class="container-fluid center p-25-y no-deco bg-secondary">
<div class="row center sm-gap-15 w-80">
<div class="col-sm-4">
<a href="https://github.com/emsad87/css-framework">
<svg style="fill: currentColor;" width="32px" height="32px" viewBox="0 0 32 32"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M 16 4 C 9.371094 4 4 9.371094 4 16 C 4 21.300781 7.4375 25.800781 12.207031 27.386719 C 12.808594 27.496094 13.027344 27.128906 13.027344 26.808594 C 13.027344 26.523438 13.015625 25.769531 13.011719 24.769531 C 9.671875 25.492188 8.96875 23.160156 8.96875 23.160156 C 8.421875 21.773438 7.636719 21.402344 7.636719 21.402344 C 6.546875 20.660156 7.71875 20.675781 7.71875 20.675781 C 8.921875 20.761719 9.554688 21.910156 9.554688 21.910156 C 10.625 23.746094 12.363281 23.214844 13.046875 22.910156 C 13.15625 22.132813 13.46875 21.605469 13.808594 21.304688 C 11.144531 21.003906 8.34375 19.972656 8.34375 15.375 C 8.34375 14.0625 8.8125 12.992188 9.578125 12.152344 C 9.457031 11.851563 9.042969 10.628906 9.695313 8.976563 C 9.695313 8.976563 10.703125 8.65625 12.996094 10.207031 C 13.953125 9.941406 14.980469 9.808594 16 9.804688 C 17.019531 9.808594 18.046875 9.941406 19.003906 10.207031 C 21.296875 8.65625 22.300781 8.976563 22.300781 8.976563 C 22.957031 10.628906 22.546875 11.851563 22.421875 12.152344 C 23.191406 12.992188 23.652344 14.0625 23.652344 15.375 C 23.652344 19.984375 20.847656 20.996094 18.175781 21.296875 C 18.605469 21.664063 18.988281 22.398438 18.988281 23.515625 C 18.988281 25.121094 18.976563 26.414063 18.976563 26.808594 C 18.976563 27.128906 19.191406 27.503906 19.800781 27.386719 C 24.566406 25.796875 28 21.300781 28 16 C 28 9.371094 22.628906 4 16 4 Z" />
</svg>
</a>
</div>
<div class="col-sm-4 text-center">
Copyright 2021 - <a href="https://emsad87.github.io/">A. Emsad</a>
</div>
<div class="col-sm-4 text-right">
Build for: <a href="https://mintbean.io/">Mintbean</a>
</div>
</div>
</footer>
<script src="./js/app.js"></script>
</body>
</html>