starterlog-theme 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +153 -0
  3. data/README.md +107 -0
  4. data/_includes/footer.html +52 -0
  5. data/_includes/head.html +19 -0
  6. data/_includes/header.html +52 -0
  7. data/_layouts/default.html +22 -0
  8. data/_layouts/page.html +5 -0
  9. data/_layouts/post.html +5 -0
  10. data/_pages/about/index.html +84 -0
  11. data/_pages/features/index.html +88 -0
  12. data/_pages/portfolio/index.html +142 -0
  13. data/_pages/profile/index.html +37 -0
  14. data/_pages/project/index.html +85 -0
  15. data/_pages/projects/index.html +60 -0
  16. data/_pages/search/index.html +29 -0
  17. data/_pages/start/index.html +136 -0
  18. data/_pages/theme/index.html +1194 -0
  19. data/assets/fonts/FontAwesome.otf +0 -0
  20. data/assets/fonts/fontawesome-webfont.eot +0 -0
  21. data/assets/fonts/fontawesome-webfont.svg +685 -0
  22. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  23. data/assets/fonts/fontawesome-webfont.woff +0 -0
  24. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  25. data/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  26. data/assets/fonts/glyphicons-halflings-regular.svg +288 -0
  27. data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  28. data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  29. data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  30. data/assets/scripts/bootstrap.js +2380 -0
  31. data/assets/scripts/fullscreensearch.js +13 -0
  32. data/assets/scripts/jquery.js +10074 -0
  33. data/assets/scripts/lunr.js +2053 -0
  34. data/assets/scripts/search.js +61 -0
  35. data/assets/styles/custom.css +118 -0
  36. data/assets/styles/font-awesome.css +2199 -0
  37. data/assets/styles/theme.css +5769 -0
  38. metadata +37 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 95e9db04c9fc841de618472d21b70176e50e86bc
4
- data.tar.gz: ad3cbe4fbb589fd54863dfdaa7a836d2489f5c98
3
+ metadata.gz: 88c1fe3ac6a180a2e1450a1d4532c12430a1cc94
4
+ data.tar.gz: 36df0a828dc85da5401bc21b3a3341db64a56989
5
5
  SHA512:
6
- metadata.gz: 63ee434475fba2e404df88f3b59f466f2652a7ce88d7881e569504556a388eb516008e16fe3d983db560606120d7b1d97c6ba7329766f6313155b68e551c4d8f
7
- data.tar.gz: b01be6a8439f5df29050f5db4a532bfeff24b62943e3ebd84789f4bd60d7304b64ec7289b2e6e2e8e5f29361958a607ceff337a859890cbcff73e6318aa6df17
6
+ metadata.gz: 9cf0744332daa059c7d91efc86b34dfb4adb056e370ff2834189ea2df11672590297f66556aeeec2e9cc0caab2dc5f89f1423215e23f2832e035e6dc6ae5ea00
7
+ data.tar.gz: 3cd12f333838f1c61c2fceff3f70cf59fd1ca2ec267fc88f00b438117069096c18e4d7bfdbf6421da31d2ad81e7dfacc99e77791ed0992ce028b937529f44abe
data/LICENSE.txt ADDED
@@ -0,0 +1,153 @@
1
+ Mozilla Public License 2.0 (MPL-2.0)
2
+
3
+ (c) 2016 by Brian Hooper at Copyleft.io
4
+
5
+ Mozilla Public License, version 2.0
6
+ 1. Definitions
7
+ 1.1. “Contributor”
8
+ means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software.
9
+
10
+ 1.2. “Contributor Version”
11
+ means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor’s Contribution.
12
+
13
+ 1.3. “Contribution”
14
+ means Covered Software of a particular Contributor.
15
+
16
+ 1.4. “Covered Software”
17
+ means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof.
18
+
19
+ 1.5. “Incompatible With Secondary Licenses”
20
+ means
21
+
22
+ that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or
23
+
24
+ that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License.
25
+
26
+ 1.6. “Executable Form”
27
+ means any form of the work other than Source Code Form.
28
+
29
+ 1.7. “Larger Work”
30
+ means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software.
31
+
32
+ 1.8. “License”
33
+ means this document.
34
+
35
+ 1.9. “Licensable”
36
+ means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License.
37
+
38
+ 1.10. “Modifications”
39
+ means any of the following:
40
+
41
+ any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or
42
+
43
+ any new file in Source Code Form that contains any Covered Software.
44
+
45
+ 1.11. “Patent Claims” of a Contributor
46
+ means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version.
47
+
48
+ 1.12. “Secondary License”
49
+ means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses.
50
+
51
+ 1.13. “Source Code Form”
52
+ means the form of the work preferred for making modifications.
53
+
54
+ 1.14. “You” (or “Your”)
55
+ means an individual or a legal entity exercising rights under this License. For legal entities, “You” includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, “control” means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.
56
+
57
+ 2. License Grants and Conditions
58
+ 2.1. Grants
59
+ Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:
60
+
61
+ under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and
62
+
63
+ under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version.
64
+
65
+ 2.2. Effective Date
66
+ The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution.
67
+
68
+ 2.3. Limitations on Grant Scope
69
+ The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor:
70
+
71
+ for any code that a Contributor has removed from Covered Software; or
72
+
73
+ for infringements caused by: (i) Your and any other third party’s modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or
74
+
75
+ under Patent Claims infringed by Covered Software in the absence of its Contributions.
76
+
77
+ This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4).
78
+
79
+ 2.4. Subsequent Licenses
80
+ No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3).
81
+
82
+ 2.5. Representation
83
+ Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License.
84
+
85
+ 2.6. Fair Use
86
+ This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents.
87
+
88
+ 2.7. Conditions
89
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1.
90
+
91
+ 3. Responsibilities
92
+ 3.1. Distribution of Source Form
93
+ All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients’ rights in the Source Code Form.
94
+
95
+ 3.2. Distribution of Executable Form
96
+ If You distribute Covered Software in Executable Form then:
97
+
98
+ such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and
99
+
100
+ You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients’ rights in the Source Code Form under this License.
101
+
102
+ 3.3. Distribution of a Larger Work
103
+ You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s).
104
+
105
+ 3.4. Notices
106
+ You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies.
107
+
108
+ 3.5. Application of Additional Terms
109
+ You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction.
110
+
111
+ 4. Inability to Comply Due to Statute or Regulation
112
+ If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.
113
+
114
+ 5. Termination
115
+ 5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice.
116
+
117
+ 5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate.
118
+
119
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination.
120
+
121
+ 6. Disclaimer of Warranty
122
+ Covered Software is provided under this License on an “as is” basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer.
123
+
124
+ 7. Limitation of Liability
125
+ Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party’s negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.
126
+
127
+ 8. Litigation
128
+ Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party’s ability to bring cross-claims or counter-claims.
129
+
130
+ 9. Miscellaneous
131
+ This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor.
132
+
133
+ 10. Versions of the License
134
+ 10.1. New Versions
135
+ Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number.
136
+
137
+ 10.2. Effect of New Versions
138
+ You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward.
139
+
140
+ 10.3. Modified Versions
141
+ If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License).
142
+
143
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
144
+ If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached.
145
+
146
+ Exhibit A - Source Code Form License Notice
147
+ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
148
+ If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice.
149
+
150
+ You may add additional accurate notices of copyright ownership.
151
+
152
+ Exhibit B - “Incompatible With Secondary Licenses” Notice
153
+ This Source Code Form is “Incompatible With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0.
data/README.md ADDED
@@ -0,0 +1,107 @@
1
+ # starterlog-theme
2
+
3
+ Welcome to the Starter Log Jekyll theme!
4
+
5
+ This minimalist theme for technical writing and ranting was handcrafted by the Hobbyists at Copyleft.io so that we could share our inner daemons :) We've open sourced it so that others may also use if for personal and professional projects.
6
+
7
+ ## License
8
+
9
+ The theme is available as open source under the terms of the [MPL-2.0 License](https://opensource.org/licenses/MPL-2.0).
10
+
11
+ ### Dependencies
12
+
13
+ Ruby Version = 2.3.0p0
14
+ Bundler Version 1.12.5
15
+ Jekyll Version = 3.2.1
16
+
17
+
18
+ ### Getting Started
19
+
20
+ To demo and experiment with this code, simply install the dependencies and clone the project to your local workspace. Run `bundle install` to pull in any gem dependencies and then run `jekyll serve` – this directory is setup just like a Jekyll site!
21
+
22
+
23
+ ### Installation
24
+
25
+ To use this theme in your existing Jekyll project... Add this line to your Jekyll site's Gemfile:
26
+
27
+ ```ruby
28
+ gem "starterlog-theme"
29
+ ```
30
+
31
+ And add this line to your Jekyll site:
32
+
33
+ ```yaml
34
+ theme: starterlog-theme
35
+ ```
36
+
37
+ And then execute:
38
+
39
+ $ bundle
40
+
41
+ Or install it yourself as:
42
+
43
+ $ gem install starterlog-theme
44
+
45
+ ## Usage
46
+
47
+ The Starter Log Theme is great for personal and professional projects. It provides a custom boostrap theme and color scheme, layouts, includes, static pages, assets, and lunr search functionality that you can use to build out a fully functional jekyll project that compliments your technical writing...
48
+
49
+ Core components such as bootstrap, font-awesome, jquery, and lunr.js were used to develop the theme, and make it very simple to extend and build upon.
50
+
51
+ /
52
+ _includes ## HEAD, HEADER AND FOOTER (e.g. Navbar)
53
+ footer.html
54
+ head.html
55
+ header.html
56
+
57
+ _layouts ## LAYOUTS DIRECTORY
58
+ default.html
59
+ page.html
60
+ post.html
61
+
62
+ _pages ## PAGES DIRECTORY FOR STATIC PAGES (html)
63
+
64
+ assets ## FONTS, IMAGES, SCRIPTS, STYLES
65
+ fonts
66
+ images
67
+ scripts
68
+ styles
69
+
70
+ ## Screenshots
71
+
72
+ <hr>
73
+ ### Home Page
74
+ ![Alt text](https://github.com/Copyleft-io/starterlog-theme/blob/master/docs/images/home.png "Home Page")
75
+
76
+ <hr>
77
+ ### Palette
78
+ ![Alt text](https://github.com/Copyleft-io/starterlog-theme/blob/master/docs/images/palette.png "Palette")
79
+
80
+ <hr>
81
+ ### Custom Bootstrap Theme
82
+ ![Alt text](https://github.com/Copyleft-io/starterlog-theme/blob/master/docs/images/theme.png "Custom Theme")
83
+
84
+ <hr>
85
+ ### Lunr Search
86
+ ![Alt text](https://github.com/Copyleft-io/starterlog-theme/blob/master/docs/images/search.png "Lunr Search")
87
+
88
+ <hr>
89
+ ### Search Results
90
+ ![Alt text](https://github.com/Copyleft-io/starterlog-theme/blob/master/docs/images/search-results.png "Search Results")
91
+
92
+ <hr>
93
+ ### Static Page Templates
94
+ ![Alt text](https://github.com/Copyleft-io/starterlog-theme/blob/master/docs/images/about.png "About")
95
+
96
+
97
+ <br>
98
+ <br>
99
+ ## Contributing
100
+
101
+ Bug reports and pull requests are welcome on GitHub at https://github.com/Copyleft-io/starterlog-theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
102
+
103
+ ## Development
104
+
105
+ To set up your environment to develop this theme, run `bundle install`.
106
+
107
+ You theme is setup just like a normal Jelyll site! To test your theme, run `jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to this theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
@@ -0,0 +1,52 @@
1
+ <div class="container">
2
+ <div class="row">
3
+ <div class="col-xs-3">
4
+ <ul class="list-unstyled">
5
+ <li><i class="fa fa-github"></i> GitHub<li>
6
+ <li><a href="#">About</a></li>
7
+ <li><a href="#">People</a></li>
8
+ <li><a href="#">Repositories</a></li>
9
+ </ul>
10
+ </div>
11
+ <div class="col-xs-3">
12
+ <ul class="list-unstyled">
13
+ <li><i class="fa fa-archive"></i> Projects<li>
14
+ <li><a href="#">Project 1</a></li>
15
+ <li><a href="#">Project 2</a></li>
16
+ <li><a href="#">Project 3</a></li>
17
+ </ul>
18
+ </div>
19
+ <div class="col-xs-3">
20
+ <ul class="list-unstyled">
21
+ <li><i class="fa fa-cogs"></i> Services<li>
22
+ <li><a href="#">Consulting</a></li>
23
+ <li><a href="#">Development</a></li>
24
+ <li><a href="#">Presentations</a></li>
25
+ </ul>
26
+ </div>
27
+ <div class="col-xs-3">
28
+ <ul class="list-unstyled">
29
+ <li><i class="fa fa-file-text"></i> Documentation<li>
30
+ <li><a href="#">Getting Started</a></li>
31
+ <li><a href="#">API Docs</a></li>
32
+ <li><a href="#">FAQs</a></li>
33
+ </ul>
34
+ </div>
35
+ </div>
36
+ <!-- /.row -->
37
+
38
+ <hr>
39
+ <div class="row">
40
+ <div class="col-xs-7">
41
+ <p class="text-muted pull-left"><a href="https://jekyllrb.com/" target="_blank">Jekyll</a> Theme by <a href="http://copyleft.io" target="_blank"><img class="copyleft" src="{{"/assets/images/copyleft.png" | prepend: site.baseurl }}"> Copyleft.io</a>
42
+ <br><a href="https://opensource.org/licenses/MPL-2.0" target="_blank">Mozilla Public License 2.0</a>
43
+ </p>
44
+ </div>
45
+ <div class="col-xs-5">
46
+ <p class="text-muted pull-right"> Handcrafted with &lt;3 by Hobbyists</p>
47
+ </div>
48
+ </div>
49
+ <!-- /.row -->
50
+
51
+ </div>
52
+ <!-- /.container -->
@@ -0,0 +1,19 @@
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta name="apple-mobile-web-app-capable" content="yes">
4
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <title>{{ site.title }}</title>
7
+ <meta name="description" content="{{ page_description }}">
8
+ <meta name="keywords" content="{% if page.keywords %}{{ page.keywords }}{% else %}{{ site.keywords }}{% endif %}">
9
+
10
+ <link rel="stylesheet" href="{{ "/assets/styles/theme.css" | prepend: site.baseurl }}">
11
+ <link rel="stylesheet" href="{{ "/assets/styles/font-awesome.css" | prepend: site.baseurl }}">
12
+ <link rel="stylesheet" href="{{ "/assets/styles/custom.css" | prepend: site.baseurl }}">
13
+
14
+ <script type="text/javascript" src="{{ "/assets/scripts/jquery.js" | prepend: site.baseurl }}"></script>
15
+ <script type="text/javascript" src="{{ "/assets/scripts/bootstrap.js" | prepend: site.baseurl }}"></script>
16
+ <script type="text/javascript" src="{{ "/assets/scripts/lunr.js" | prepend: site.baseurl }}"></script>
17
+ <script type="text/javascript" src="{{ "/assets/scripts/search.js" | prepend: site.baseurl }}"></script>
18
+ <script type="text/javascript" src="{{ "/assets/scripts/fullscreensearch.js" | prepend: site.baseurl }}"></script>
19
+ </head>
@@ -0,0 +1,52 @@
1
+ <!-- Fixed navbar -->
2
+ <nav class="navbar navbar-default navbar-fixed-top">
3
+ <div class="container">
4
+ <div class="navbar-header">
5
+ <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
6
+ <span class="sr-only">Toggle navigation</span>
7
+ <span class="icon-bar"></span>
8
+ <span class="icon-bar"></span>
9
+ <span class="icon-bar"></span>
10
+ </button>
11
+ <a class="navbar-brand" href="/"><i class="fa fa-fire"></i> {{ site.title }}</a>
12
+ <!--<a class="navbar-brand" href="/"><img class="img-brand" src="{{ "/assets/images/starterlog.png" | prepend: site.baseurl }}"> Starter Log</a>-->
13
+ </div>
14
+ <div id="navbar" class="navbar-collapse collapse">
15
+
16
+ <ul class="nav navbar-nav navbar-right">
17
+ <li><a href="/start/">Getting Started</a></li>
18
+ <li class="dropdown">
19
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About <span class="caret"></span></a>
20
+ <ul class="dropdown-menu">
21
+ <li class="dropdown-header">Personal Blog</li>
22
+ <li><a href="/profile">Profile</a></li>
23
+ <li role="separator" class="divider"></li>
24
+ <li class="dropdown-header">Team Blog</li>
25
+ <li><a href="/about">About</a></li>
26
+ </ul>
27
+ </li>
28
+ <li class="dropdown">
29
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Theme <span class="caret"></span></a>
30
+ <ul class="dropdown-menu">
31
+ <li><a href="/theme">Theme</a></li>
32
+ <li role="separator" class="divider"></li>
33
+ <li class="dropdown-header">Templates</li>
34
+ <li><a href="/features">Features</a></li>
35
+ <li><a href="/portfolio">Portfolio</a></li>
36
+ <li><a href="/project">Project</a></li>
37
+ </ul>
38
+ </li>
39
+ <li><a href="#search">Search</a></li>
40
+ </ul>
41
+
42
+
43
+ </div><!--/.nav-collapse -->
44
+ </div>
45
+ </nav>
46
+ <br>
47
+ <div id="search">
48
+ <form action="/search/" method="get">
49
+ <input type="search" id="search-box" name="query" placeholder="search keyword(s)">
50
+ <button type="submit" class="btn btn-lg btn-default"><i class="fa fa-lg fa-search"></i> Search</button>
51
+ </form>
52
+ </div>
@@ -0,0 +1,22 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ {% include head.html %}
4
+ <body>
5
+ <div class="container">
6
+
7
+ <div class="header">
8
+ {% include header.html %}
9
+ </div>
10
+
11
+ <div class="wrapper container">
12
+ {{ content }}
13
+ </div>
14
+
15
+ <div class="footer">
16
+ {% include footer.html %}
17
+ </div>
18
+
19
+ </div>
20
+
21
+ </body>
22
+ </html>
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
@@ -0,0 +1,84 @@
1
+ ---
2
+ layout: default
3
+ title: About
4
+ permalink: /about/
5
+ ---
6
+ <div class="container">
7
+ <!-- Introduction Row -->
8
+ <div class="row">
9
+ <div class="col-sm-8">
10
+ <h2>What We Do</h2>
11
+ <p>Introduce the team using clear, informative text. Use well-targeted keywords within your sentences to make sure search engines can find the team.</p>
12
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Et molestiae similique eligendi reiciendis sunt distinctio odit? Quia, neque, ipsa, adipisci quisquam ullam deserunt accusantium illo iste exercitationem nemo voluptates asperiores.</p>
13
+ <p>
14
+ <a class="btn btn-default btn-lg" href="#">Call to Action &raquo;</a>
15
+ </p>
16
+ </div>
17
+ <div class="col-sm-4">
18
+ <h2>Contact Us</h2>
19
+ <address>
20
+ <strong>Copyleft.io</strong>
21
+ <!--<br>3481 Melrose Place-->
22
+ <br>Nashville, Tennessee
23
+ <br>
24
+ </address>
25
+ <address>
26
+ <abbr title="Phone">P:</abbr>(123) 456-7890
27
+ <br>
28
+ <abbr title="Email">E:</abbr> <a href="mailto:#">hello@copyleft.io</a>
29
+ </address>
30
+ </div>
31
+ </div>
32
+ <!-- /.row -->
33
+
34
+ <hr>
35
+
36
+ <!-- Team Members Row -->
37
+ <div class="row">
38
+ <div class="col-lg-12">
39
+ <h2 class="page-header">Our Team</h2>
40
+ </div>
41
+ <div class="col-lg-4 col-sm-6">
42
+ <img class="img-circle img-responsive" src="http://placehold.it/200x200" alt="">
43
+ <h3>John Smith
44
+ <small>Job Title</small>
45
+ </h3>
46
+ <p>What does this team member to? Keep it short! This is also a great spot for social links!</p>
47
+ </div>
48
+ <div class="col-lg-4 col-sm-6">
49
+ <img class="img-circle img-responsive" src="http://placehold.it/200x200" alt="">
50
+ <h3>John Smith
51
+ <small>Job Title</small>
52
+ </h3>
53
+ <p>What does this team member to? Keep it short! This is also a great spot for social links!</p>
54
+ </div>
55
+ <div class="col-lg-4 col-sm-6">
56
+ <img class="img-circle img-responsive" src="http://placehold.it/200x200" alt="">
57
+ <h3>John Smith
58
+ <small>Job Title</small>
59
+ </h3>
60
+ <p>What does this team member to? Keep it short! This is also a great spot for social links!</p>
61
+ </div>
62
+ <div class="col-lg-4 col-sm-6">
63
+ <img class="img-circle img-responsive" src="http://placehold.it/200x200" alt="">
64
+ <h3>John Smith
65
+ <small>Job Title</small>
66
+ </h3>
67
+ <p>What does this team member to? Keep it short! This is also a great spot for social links!</p>
68
+ </div>
69
+ <div class="col-lg-4 col-sm-6">
70
+ <img class="img-circle img-responsive" src="http://placehold.it/200x200" alt="">
71
+ <h3>John Smith
72
+ <small>Job Title</small>
73
+ </h3>
74
+ <p>What does this team member to? Keep it short! This is also a great spot for social links!</p>
75
+ </div>
76
+ <div class="col-lg-4 col-sm-6">
77
+ <img class="img-circle img-responsive" src="http://placehold.it/200x200" alt="">
78
+ <h3>John Smith
79
+ <small>Job Title</small>
80
+ </h3>
81
+ <p>What does this team member to? Keep it short! This is also a great spot for social links!</p>
82
+ </div>
83
+ </div>
84
+ </div><!-- / .container -->