-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
156 lines (156 loc) · 5.27 KB
/
Copy pathindex.html
File metadata and controls
156 lines (156 loc) · 5.27 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
<!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" />
<title>The Fastest Css</title>
<meta
name="description"
content="It is an alternative to the bootstrap library that was made for education only and to save myself time and training in CSS and training in Java Script"
/>
<link rel="icon" href="images/redux.svg" />
<link rel="stylesheet" href="css/tf.min.css" />
<link rel="stylesheet" href="css/all.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,800&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- Start Navbar -->
<nav class="navbar">
<div class="card-fluid">
<span class="title">
<a class="link-un-styled" href="index.html"
><i>The <b>Fastest</b> Css</i></a
>
</span>
<div class="link">
<!-- <i class="fa fa-bars"></i> -->
<ul class="ul-un-styled">
<li>
<a class="link-un-styled active" href="index.html">Home</a>
</li>
<li>
<a class="link-un-styled" href="documentation.html"
>Documentation</a
>
</li>
<li>
<a
class="link-un-styled download"
href="documentation/Download.html"
>Download</a
>
</li>
<li>
<a
class="link-un-styled"
href="https://marwanzayed.github.io/Ar-The-Fastest-Css/"
>ar</a
>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<!-- Start Loanding -->
<div class="loanding">
<div class="card">
<div class="row">
<div class="col-md-6 logo">
<img class="imgResponsive" src="images/redux.svg" alt="Logo" />
</div>
<div class="col-md-6 title">
<h2 class="h1 text-center">The Fastest</h2>
<p>
Quickly design and customize responsive mobile-first sites with
The Fastest Css, It is an alternative library to the open source
Bootstrap library, It was created for you to save your time, but
it is not the best alternative to bootstrap, and it is not better
than bootstrap, but bootstrap is much better
</p>
<a class="link-un-styled" href="documentation.html">Get Started</a>
<a
class="link-un-styled download"
href="documentation/Download.html"
>Download</a
>
</div>
</div>
</div>
</div>
<!-- End Loanding -->
<div class="clearFix"></div>
<!-- Start Download-->
<div class="download">
<div class="card">
<div class="row">
<div class="col-md-6 text-center">
<i class="fas fa-download fa-2x"></i>
<h3>Quick Summon</h3>
<p>Summon The Fastest Css easily now</p>
<pre>
<code>
<span class="bd"><Link</span> <span class="ba">rel=</span><span class="re">"stylesheet"</span> <span class="ba">href=</span><span class="re">"https://github.com/marwanzayed/Grid_File_Css/blob/main/tf.min.css"</span> <span class="bd">/></span>
</code>
</pre>
</div>
<div class="col-md-6 text-center">
<i class="fas fa-download fa-2x"></i>
<h3>Download Quickly</h3>
<p>Download now quickly and easily</p>
<a class="link-un-styled" href="documentation/Download.html"
>Download</a
>
</div>
</div>
</div>
</div>
<!-- End Download -->
<div class="clearFix"></div>
<!-- Start Footer -->
<div class="footer">
<div class="card">
<div class="links">
<a
class="link-un-styled"
href="https://github.com/marwanzayed/The-Fastest-Css"
target="_block"
><i class="fab fa-github"></i
></a>
<a
class="link-un-styled"
href="https://twitter.com/MarwanZayed14"
target="_block"
><i class="fab fa-twitter"></i
></a>
<a
class="link-un-styled"
href="https://www.facebook.com/marwan.zayed.18/"
target="_block"
><i class="fab fa-facebook-f"></i
></a>
<a
class="link-un-styled"
href="https://www.linkedin.com/in/marwan-zayed-187262214/"
target="_block"
><i class="fab fa-linkedin-in"></i
></a>
<p>
Designed and built with all the love in the world by the The_Fastest
team with the help of our contributors.
<br />
Currently v1.0.0. Code by Marwan Zayed.
</p>
</div>
</div>
</div>
<!-- End Footer -->
</body>
</html>