-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
344 lines (310 loc) · 15.6 KB
/
contact.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
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<!--
=========================================================
* Paper Kit PRO - v1.0.7
=========================================================
* Product Page: https://www.creative-tim.com/product/paper-kit-pro
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Coded by Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>wfTutorials - Write. Learn. Share</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<link href="../bootstrap3/css/bootstrap.css" rel="stylesheet" />
<link href="../assets/css/ct-paper.css" rel="stylesheet"/>
<link href="../assets/css/demo.css" rel="stylesheet" />
<link href="../assets/css/examples.css" rel="stylesheet" />
<link href="assets/css/themify-icons.css" rel="stylesheet">
<!-- Fonts and icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
</head>
<body>
<nav class="navbar navbar-default" role="navigation-demo" id="demo-navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-example-2">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="www.creative-tim.com">wfTutorials</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navigation-example-2">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#about" class="btn btn-simple">About</a>
</li>
<li>
<a href="#" class="btn btn-simple">Features</a>
</li>
<li>
<a href="#" class="btn btn-simple">How it works</a>
</li>
<li>
<a href="https://app.wftutorials.com/site/login" class="btn btn-danger btn-fill"><i class="fa fa-sign-in"></i> Login</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-->
</nav>
<div class="wrapper">
<div class="landing-header" style="background-image: url('../assets/img/background_3.png');">
<div class="container">
<div class="motto">
<h1 style="color:white;" class="title-uppercase">Code Tutorials in <br>every language</h1>
<h3 style="color:white;" >A community dedicated to the creating and <br> sharing of programming tutorials</h3>
<br />
<a style="color:white;" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" class="btn"><i class="fa fa-play"></i>Watch video</a>
<a style="color:white;" class="btn" href="https://app.wftutorials.com/site/register">Join Now</a>
</div>
</div>
</div>
<div class="main">
<div class="section text-center landing-section">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 id="about">Finally tutorials have a home</h2>
<h5>A single community that focuses on programming tutorials in any language.
Stop looking through hundreds of bloated blogs. Create hunderds of tutorials or
browse tutorials from thousands of developers.</h5>
<br />
<a href="https://app.wftutorials.com/site/register" class="btn btn-danger btn-fill">Get Started Now</a>
</div>
</div>
</div>
</div>
<div class="section section-light-brown landing-section">
<div class="container">
<div class="row text-center">
<div class="col-md-8 col-md-offset-2">
<h2 id="about">Awesome features</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="info">
<div class="icon icon-primary">
<i class="ti-write"></i>
</div>
<div class="description">
<h4> Markdown Editor </h4>
<p>An awesome markdown editor with extend features makes creating tutorials a breeze.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-warning">
<i class="ti-gallery"></i>
</div>
<div class="description">
<h4> File Manager </h4>
<p>A simple file manager allows you to add images to your tutorials with ease.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-danger">
<i class="ti-book"></i>
</div>
<div class="description">
<h4> Multiple Pages </h4>
<p>Your tutorials are like books. Create multiple pages or sections.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="info">
<div class="icon icon-primary">
<i class="ti-palette"></i>
</div>
<div class="description">
<h4> Syntax Highlighting </h4>
<p>All tutorials have beautiful syntax highlighting. Choose different themes that suit you.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-warning">
<i class="ti-wallet"></i>
</div>
<div class="description">
<h4> Get Paid </h4>
<p>Add a tip button to your tutorials. We will even support some of your work. Earn up to $50 per tutorial.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-danger">
<i class="ti-comment"></i>
</div>
<div class="description">
<h4> Popup Comments </h4>
<p>Keep your tutorials focused. Add additional comments to your tutorials.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section landing-section">
<div class="container">
<h4>How it Works</h4>
<div class="row coloured-cards">
<div class="col-md-4 col-sm-6">
<div class="card card-with-shadow" data-background="color" data-color="blue">
<div class="header header-with-icon">
<div class="icon" style="margin-top: 10px;">
<img class="img-rounded" src="/assets/img/screenshot_1.png" style="width:80%;">
</div>
</div>
<div class="content text-center">
<h4 class="title"><a href="#">Create a tutorial</a></h4>
<p class="description">Add a title, description, readme, language, tags, privacy, featured image etc. Alot of options to choose from. </p>
</div>
</div> <!-- end card -->
</div>
<div class="col-md-4 col-sm-6">
<div class="card card-with-shadow" data-background="green" data-color="green">
<div class="header header-with-icon">
<div class="icon">
<img class="img-rounded" src="/assets/img/screenshot_2.png" style="width:80%;">
</div>
</div>
<div class="content text-center">
<h4 class="title"><a href="#">Add pages</a></h4>
<p class="description">A tutorial can have one or more pages. In every page your content contains markdown. Add code snippets and images with ease. </p>
</div>
</div> <!-- end card -->
</div>
<div class="col-md-4 col-sm-6">
<div class="card card-with-shadow" data-background="color" data-color="blue">
<div class="header header-with-icon">
<div class="icon">
<img class="img-rounded" src="/assets/img/screenshot_3.png" style="width:80%;">
</div>
</div>
<div class="content text-center">
<h4 class="title"><a href="#">Publish...</a></h4>
<p class="description">When you are finish making changes. Publish your tutorial so the world can see. Send notifications to alert your followers. </p>
</div>
</div> <!-- end card -->
</div>
</div>
</div>
</div>
<div class="subscribe-line">
<div class="container">
<div class="row">
<h3>Not Sure. Get updates on our progress.</h3>
<div class="col-md-9 col-sm-8">
<form class="">
<div class="form-group">
<input type="text" value="" class="form-control" placeholder="Enter your email...">
</div>
</form>
</div>
<div class="col-md-3 col-sm-4">
<button type="button" class="btn btn-danger btn-fill btn-block btn-lg">Subscribe me!</button>
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-black">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="logo text-center">
<img src="assets/img/clear-logo.png" style="width: 80%;">
</div>
</div>
<div class="col-md-6 col-md-offset-2 col-sm-8">
<div class="links">
<ul>
<li>
<a href="index.html">
Home
</a>
</li>
<li>
<a href="about.html">
About Us
</a>
</li>
<li>
<a href="contact.html">
Contact
</a>
</li>
<li>
<a href="paid.html">
Paid Writing
</a>
</li>
</li>
<li>
<a href="https://app.wftutorials.com/site/login">
Login
</a>
</li>
<li>
<a href="https://www.facebook.com/wftutorials/" class="btn btn-icon btn-fill">
<i class="fa fa-facebook"></i>
</a>
</li>
</ul>
<hr />
<div class="copyright">
<div class="pull-left">
© 2019 igestdevelopment.com
</div>
<div class="pull-right">
<ul>
<li>
<a href="#">
Terms
</a>
</li>
|
<li>
<a href="#">
Privacy
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</body>
<script src="../assets/js/jquery-1.10.2.js" type="text/javascript"></script>
<script src="../assets/js/jquery-ui-1.10.4.custom.min.js" type="text/javascript"></script>
<script src="../bootstrap3/js/bootstrap.js" type="text/javascript"></script>
<!-- Plugins -->
<script src="../assets/js/ct-paper-checkbox.js"></script>
<script src="../assets/js/ct-paper-radio.js"></script>
<script src="../assets/js/bootstrap-select.js"></script>
<script src="../assets/js/bootstrap-datepicker.js"></script>
<script src="../assets/js/ct-paper.js"></script>
</html>