-
Notifications
You must be signed in to change notification settings - Fork 51
/
index.html
335 lines (312 loc) · 21.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>DevAid - Bootstrap 5 Theme for Developers</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/prism/prism.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme-1.css">
<!-- GitHub Button -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body data-spy="scroll">
<!---//Facebook button code-->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- ******HEADER****** -->
<header id="header" class="header">
<nav id="main-nav" class="main-nav navbar navbar-expand-md">
<div class="container-fluid">
<a class="navbar-brand logo scrollto" href="#promo">
<span class="logo-title">devAid</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-collapse" aria-controls="navbar-collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button><!--//nav-toggle-->
<div class="navbar-collapse collapse" id="navbar-collapse">
<ul id="nav-menu" class="nav navbar-nav ms-md-auto">
<li class="nav-item sr-only"><a class="nav-link scrollto" href="#promo">Home</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#features">Features</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#docs">Docs</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#license">License</a></li>
<li class="nav-item last"><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul><!--//nav-->
</div><!--//navabr-collapse-->
</div>
</nav><!--//main-nav-->
</header><!--//header-->
<!-- ******PROMO****** -->
<section id="promo" class="promo section offset-header">
<div class="container text-center">
<h2 class="title">dev<span class="highlight">Aid</span></h2>
<p class="intro">A free Bootstrap 5 template designed to help developers promote their personal projects</p>
<div class="btns">
<a class="btn btn-cta-secondary" href="https://themes.3rdwavemedia.com/" target="_blank">Demo</a>
<a class="btn btn-cta-primary" href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/devaid-free-bootstrap-theme-for-developers-side-projects/" target="_blank">Download</a>
</div>
<ul class="meta list-inline">
<li class="list-inline-item"><a href="https://github.com/xriley/devAid-Theme" target="_blank">View on GitHub</a></li>
<li class="list-inline-item"><a href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/devaid-free-bootstrap-theme-for-developers-side-projects/" target="_blank">Full Documentation</a></li>
<li class="list-inline-item">Created by: <a href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/devaid-free-bootstrap-theme-for-developers-side-projects/" target="_blank">Xiaoying Riley</a></li>
</ul><!--//meta-->
</div><!--//container-->
<div class="social-media">
<div class="social-media-inner container text-center">
<ul class="list-inline mb-2">
<li class="list-inline-item twitter-follow"><a href="https://twitter.com/3rdwave_themes" class="twitter-follow-button" data-show-count="false">Follow @3rdwave_themes</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</li><!--//twitter-follow-->
<li class="list-inline-item twitter-tweet">
<a href="https://twitter.com/share" class="twitter-share-button" data-via="3rdwave_themes" data-hashtags="bootstrap">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</li><!--//twitter-tweet-->
<li class="list-inline-item facebook-like">
<div class="fb-like" data-href="https://themes.3rdwavemedia.com/" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
</li><!--//facebook-like-->
<!--// Generate github buttons: https://github.com/mdo/github-buttons -->
<li class="list-inline-item github-star">
<a class="github-button" href="https://github.com/xriley/devaid-theme" data-icon="octicon-star" aria-label="Star xriley/devaid-theme on GitHub">Star</a></li>
<li class="list-inline-item github-follow"><!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/xriley" aria-label="Follow @xriley on GitHub">Follow @xriley</a></li>
</ul>
</div>
</div>
</section><!--//promo-->
<!-- ******ABOUT****** -->
<section id="about" class="about section">
<div class="container">
<h2 class="title text-center">What is devAid?</h2>
<p class="intro text-center">Explain your project in detail. Ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate.</p>
<div class="row">
<div class="item col-lg-4 col-md-6 col-12">
<div class="icon-holder">
<i class="fa-solid fa-heart"></i>
</div>
<div class="content">
<h3 class="sub-title">Designed for developers</h3>
<p>Outline a benefit here. Tell users what your plugin/software can do for them. You can change the icon above to any of the 2000+ <a href="https://fontawesome.com/" target="_blank">FontAwesome</a> icons available.</p>
</div><!--//content-->
</div><!--//item-->
<div class="item col-lg-4 col-md-6 col-12">
<div class="icon-holder">
<i class="fa-solid fa-clock"></i>
</div>
<div class="content">
<h3 class="sub-title">Time saver</h3>
<p>Outline a benefit here. Tell users what your plugin/software can do for them. You can change the icon above to any of the 2000+ <a href="https://fontawesome.com/" target="_blank">FontAwesome</a> icons available.</p>
</div><!--//content-->
</div><!--//item-->
<div class="item col-lg-4 col-md-6 col-12">
<div class="icon-holder">
<i class="fa-solid fa-crosshairs"></i>
</div>
<div class="content">
<h3 class="sub-title">UX-centred</h3>
<p>Outline a benefit here. Tell users what your plugin/software can do for them. You can change the icon above to any of the 2000+ <a href="https://fontawesome.com/" target="_blank">FontAwesome</a> icons available.</p>
</div><!--//content-->
</div><!--//item-->
<div class="item col-lg-4 col-md-6 col-12">
<div class="icon-holder">
<i class="fa-solid fa-mobile-alt"></i>
</div>
<div class="content">
<h3 class="sub-title">Mobile-friendly</h3>
<p>Outline a benefit here. Tell users what your plugin/software can do for them. You can change the icon above to any of the 2000+ <a href="https://fontawesome.com/" target="_blank">FontAwesome</a> icons available.</p>
</div><!--//content-->
</div><!--//item-->
<div class="item col-lg-4 col-md-6 col-12">
<div class="icon-holder">
<i class="fa-solid fa-code"></i>
</div>
<div class="content">
<h3 class="sub-title">Easy to customise</h3>
<p>Outline a benefit here. Tell users what your plugin/software can do for them. You can change the icon above to any of the 2000+ <a href="https://fontawesome.com/" target="_blank">FontAwesome</a> icons available.</p>
</div><!--//content-->
</div><!--//item-->
<div class="item col-lg-4 col-md-6 col-12">
<div class="icon-holder">
<i class="fa-solid fa-coffee"></i>
</div>
<div class="content">
<h3 class="sub-title">SCSS source files included</h3>
<p>Outline a benefit here. Tell users what your plugin/software can do for them. You can change the icon above to any of the 2000+ <a href="https://fontawesome.com/" target="_blank">FontAwesome</a> icons available.</p>
</div><!--//content-->
</div><!--//item-->
</div><!--//row-->
</div><!--//container-->
</section><!--//about-->
<!-- ******FEATURES****** -->
<section id="features" class="features section">
<div class="container text-center">
<h2 class="title">Features</h2>
<ul class="feature-list list-unstyled">
<li><i class="fa-solid fa-check"></i> Fully responsive</li>
<li><i class="fa-solid fa-check"></i> HTML5 + CSS3</li>
<li><i class="fa-solid fa-check"></i> Built on Bootstrap 5</li>
<li><i class="fa-solid fa-check"></i> SCSS source files included</li>
<li><i class="fa-solid fa-check"></i> FontAwesome icons</li>
<li><i class="fa-solid fa-check"></i> 4 colour schemes</li>
<li><i class="fa-solid fa-check"></i> Compatible with all modern browsers</li>
</ul>
</div><!--//container-->
</section><!--//features-->
<!-- ******DOCS****** -->
<section id="docs" class="docs section">
<div class="container">
<div class="docs-inner">
<h2 class="title text-center">Get Started</h2>
<div class="block">
<h3 class="sub-title text-center">HTML</h3>
<p><a href="http://prismjs.com/" target="_blank">PrismJS</a> is used as the syntax highlighter here.</p>
<p>Below are the details of the custom PrismJS build used in this template. You can <a href="http://prismjs.com/download.html" target="_blank">build your own version</a> via their website should you need to.</p>
<ul class="list-unstyled">
<li><strong>Compression level:</strong> Minified</li>
<li><strong>Theme:</strong> Okaidia</li>
<li><strong>Languages:</strong> Markup, CSS, C-like, JavaScript, PHP and Python</li>
</ul>
<div class="code-block">
<!--//Use Prismjs - http://prismjs.com/index.html#basic-usage -->
<pre><code class="language-markup">
<p class="my-style">
Hello World!
</p>
</code></pre>
</div><!--//code-block-->
</div><!--//block-->
<div class="block">
<h3 class="sub-title text-center">CSS</h3>
<p>Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.</p>
<div class="code-block">
<!--//Use Prismjs - http://prismjs.com/index.html#basic-usage -->
<pre>
<code class="language-css">
/*
* Template Name: devAid - Bootstrap 5 theme for developers
* Author: Xiaoying Riley at 3rd Wave Media
* Website: https://themes.3rdwavemedia.com/
* X: @3rdwave_themes
*/
body {
font-family: 'Lato', arial, sans-serif;
color: #444444;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</code></pre>
</div><!--//code-block-->
</div><!--//block-->
<div class="block">
<h3 class="sub-title text-center">JavaScript</h3>
<p>Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit ligula eget dolor.</p>
<div class="code-block">
<pre><code class="language-javascript">
if( awesome ){
console.log('This is Awesome');
}else{
$('body').addClass('give-me-awesome');
}
</code></pre>
</div><!--//code-block-->
</div><!--//block-->
<div class="block">
<h3 class="sub-title text-center">Full Documentation</h3>
<p>If your documentation is very long you can host the full docs page (including FAQ etc) on GitHub and provide a Call to Action button below to direct users there.</p>
<p class="text-center">
<a class="btn btn-cta-primary" href="https://github.com/xriley/devAid-Theme" target="_blank">More on GitHub</a>
</p>
</div><!--//block-->
</div><!--//docs-inner-->
</div><!--//container-->
</section><!--//features-->
<!-- ******LICENSE****** -->
<section id="license" class="license section">
<div class="container">
<div class="license-inner">
<h2 class="title text-center">License</h2>
<div class="info">
<p>This Bootstrap theme is made by UX/UI designer <a href="https://twitter.com/3rdwave_themes" target="_blank">Xiaoying Riley</a> at 3rd Wave Media for developers and is <strong>100% FREE</strong> as long as you keep the footer attribution link.</p>
<p><strong>[Tip for developers]:</strong> If your project is open source, you might want to put a <a href="https://www.paypal.com/us/cgi-bin/?cmd=_donate-intro-outside" target="_blank">PayPal "Donate" button</a> below so your users can express their gratitude. If your project is commercial, you can put a <a href="https://www.paypal.com/us/cgi-bin/webscr?cmd=_singleitem-intro-outside" target="_blank">PayPal "Buy Now" button</a> instead.</p>
</div><!--//info-->
<div class="cta-container">
<div class="speech-bubble">
<p class="intro">If you want to <strong>use this template without the footer attribution link</strong>, you can <a href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/devaid-free-bootstrap-theme-for-developers-side-projects/" target="_blank">buy the commercial license</a> via my website. Thank you for your support!</p>
<div class="icon-holder text-center"><i class="far fa-smile"></i></div>
</div><!--//speech-bubble-->
<div class="btn-container text-center">
<a class="btn btn-cta-secondary" href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/devaid-free-bootstrap-theme-for-developers-side-projects/" target="_blank">Buy Commercial License</a>
</div><!--//btn-container-->
</div><!--//cta-container-->
</div><!--//license-inner-->
</div><!--//container-->
</section><!--//how-->
<!-- ******CONTACT****** -->
<section id="contact" class="contact section has-pattern">
<div class="container">
<div class="contact-inner">
<h2 class="title text-center">Contact</h2>
<p class="intro text-center">I hope you find this Bootstrap template useful. <br />Feel free to get in touch if you have any questions or suggestions.</p>
<div class="author-message">
<div class="profile">
<img class="img-fluid" src="assets/images/profile.png" alt="" />
</div><!--//profile-->
<div class="speech-bubble">
<h3 class="sub-title">Love free Bootstrap themes and templates?</h3>
<p><a href="https://x.com/3rdwave_themes" target="_blank">Follow me on X</a> so you don’t miss any future freebies! You can find all the freebies I made for developers <a href="https://themes.3rdwavemedia.com/bootstrap-templates/free/" target="_blank">here</a>.</p>
<p><strong>[Tip for developers]:</strong> If you take on freelance work you can put a tailored message here about your availability to attract potential clients. Be creative and good luck! :)</p>
<div class="source">
<span class="name"><a href="https://twitter.com/3rdwave_themes" target="_blank">Xiaoying Riley</a></span>
<br />
<span class="title">UX/UI Designer</span>
</div><!--//source-->
</div><!--//speech-bubble-->
</div><!--//author-message-->
<div class="info text-center">
<h4 class="sub-title">Get Connected</h4>
<ul class="social-icons list-inline">
<li class="list-inline-item"><a href="https://twitter.com/3rdwave_themes" target="_blank"><i class="fa-brands fa-x-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://www.facebook.com/3rdwavethemes" target="_blank"><i class="fa-brands fa-facebook-f"></i></a></li>
<li class="list-inline-item"><a href="https://medium.com/@3rdwave_themes/" target="_blank"><i class="fa-brands fa-medium-m"></i></a></li>
<li class="list-inline-item"><a href="https://dribbble.com/Xiaoying" target="_blank"><i class="fa-brands fa-dribbble"></i></a></li>
<li class="list-inline-item last"><a href="https://themes.3rdwavemedia.com/contact/" target="_blank"><i class="fas fa-envelope"></i></a></li>
</ul>
</div><!--//info-->
</div><!--//contact-inner-->
</div><!--//container-->
</section><!--//contact-->
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="container text-center">
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */-->
<small class="copyright">Designed with <span class="sr-only">love</span><i class="fas fa-heart"></i> by <a href="https://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Javascript -->
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/prism/prism.js"></script>
<script src="assets/plugins/gumshoe/gumshoe.polyfills.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>