Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
masonstrap
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
masonstrap
Commits
fff67d59
Commit
fff67d59
authored
Jun 10, 2018
by
David Haynes
🙆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump 4.1.1
parent
e8866cdd
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5776 additions
and
857 deletions
+5776
-857
CHANGELOG.md
CHANGELOG.md
+12
-3
package.json
package.json
+10
-10
src/html/index.html
src/html/index.html
+42
-30
yarn-error.log
yarn-error.log
+4933
-0
yarn.lock
yarn.lock
+779
-814
No files found.
CHANGELOG.md
View file @
fff67d59
...
...
@@ -3,7 +3,14 @@
All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/en/1.0.0/
)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
.
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
.
## [4.1.1] - 2018-06-10
## Added
-
Version bump to 4.1.1
## [4.0] - 2018-02-03
...
...
@@ -20,7 +27,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
-
Bootstrap version bump see: https://blog.getbootstrap.com/2017/12/28/bootstrap-4-beta-3/
-
Bootstrap version bump see:
https://blog.getbootstrap.com/2017/12/28/bootstrap-4-beta-3/
[
4.1.1
]:
https://git.gmu.edu/srct/masonstrap/compare/4.1.1...4.0
[
4.0
]:
https://git.gmu.edu/srct/masonstrap/compare/4.0...4.0-beta3
[
4.0-beta3
]:
https://git.gmu.edu/srct/masonstrap/compare/4.0-beta3...4.0-beta2
\ No newline at end of file
[
4.0-beta3
]:
https://git.gmu.edu/srct/masonstrap/compare/4.0-beta3...4.0-beta2
package.json
View file @
fff67d59
{
"name"
:
"masonstrap"
,
"version"
:
"4.
0.0
"
,
"version"
:
"4.
1.1
"
,
"description"
:
"Easily style any web project with Mason branding"
,
"repository"
:
"git@git.gmu.edu:srct/masonstrap.git"
,
"author"
:
"Mason SRCT"
,
"license"
:
"
MIT
"
,
"dependencies"
:
{
"
@fortawesome/fontawesome
"
:
"
^1.
0.0
"
,
"
@fortawesome/fontawesome-free-brands
"
:
"
^5.0.
0
"
,
"
@fortawesome/fontawesome-free-regular
"
:
"
^5.0.
0
"
,
"
@fortawesome/fontawesome-free-solid
"
:
"
^5.0.
0
"
,
"
@fortawesome/fontawesome-free-webfonts
"
:
"
^1.0.
2
"
,
"
autoprefixer
"
:
"
^
7.1.4
"
,
"
bootstrap
"
:
"
^4.
0.0
"
,
"
@fortawesome/fontawesome
"
:
"
^1.
1.8
"
,
"
@fortawesome/fontawesome-free-brands
"
:
"
^5.0.
13
"
,
"
@fortawesome/fontawesome-free-regular
"
:
"
^5.0.
13
"
,
"
@fortawesome/fontawesome-free-solid
"
:
"
^5.0.
13
"
,
"
@fortawesome/fontawesome-free-webfonts
"
:
"
^1.0.
9
"
,
"
autoprefixer
"
:
"
^
8.6.2
"
,
"
bootstrap
"
:
"
^4.
1.1
"
,
"
gulp-concat
"
:
"
^2.6.1
"
,
"
gulp-connect
"
:
"
^5.0.0
"
,
"
gulp-imagemin
"
:
"
^
3.3
.0
"
,
"
gulp-imagemin
"
:
"
^
4.1
.0
"
,
"
gulp-minify
"
:
"
^2.1.0
"
,
"
gulp-postcss
"
:
"
^7.0.0
"
,
"
gulp-rename
"
:
"
^1.2.2
"
,
"
gulp-sass
"
:
"
^
3.1.0
"
,
"
gulp-sass
"
:
"
^
4.0.1
"
,
"
gulp-sourcemaps
"
:
"
^2.6.1
"
,
"
gulp-uglify
"
:
"
^3.0.0
"
,
"
gulp-uglifycss
"
:
"
^1.0.8
"
,
...
...
src/html/index.html
View file @
fff67d59
...
...
@@ -39,7 +39,8 @@
<nav
class=
"navbar navbar-expand-lg navbar-dark bg-primary"
>
<div
class=
"container"
>
<a
class=
"navbar-brand d-flex mx-auto mr-2"
href=
"./index.html"
>
<img
src=
"./img/SRCT_square.svg"
width=
"30"
height=
"30"
class=
"d-inline-block align-top mr-2"
alt=
"SRCT Masonstrap"
>
Masonstrap
<img
src=
"./img/SRCT_square.svg"
width=
"30"
height=
"30"
class=
"d-inline-block align-top mr-2"
alt=
"SRCT Masonstrap"
>
Masonstrap
</a>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarNavAltMarkup"
...
...
@@ -51,7 +52,7 @@
<li
class=
"nav-item dropdown"
>
<a
class=
"nav-link dropdown-toggle"
href=
"http://example.com"
id=
"navbarDropdownMenuLink"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Source Files
Source Files
</a>
<div
class=
"dropdown-menu"
aria-labelledby=
"navbarDropdownMenuLink"
>
<h6
class=
"dropdown-header"
>
CSS
</h6>
...
...
@@ -66,37 +67,38 @@
</ul>
<a
class=
"btn accent-btn-outline"
href=
"https://git.gmu.edu/srct/masonstrap/-/jobs/artifacts/master/download?job=build"
>
Download
</a>
</div>
</div>
</nav>
<div
class=
"jumbotron jumbotron-fluid"
>
<div
class=
"container"
>
<div
class=
"d-flex flex-wrap"
>
<div
class=
"d-md-none d-lg-none d-xl-none mx-auto"
>
<span
class=
"fa-stack fa-2x"
>
<i
class=
"fas fa-circle fa-stack-2x"
></i>
<i
class=
"fas fa-paint-brush fa-stack-1x fa-inverse"
></i>
</span>
</div>
<div
class=
"d-none d-md-block mr-3"
>
<span
class=
"fa-stack fa-2x"
>
<i
class=
"fas fa-circle fa-stack-2x"
></i>
<i
class=
"fas fa-paint-brush fa-stack-1x fa-inverse"
></i>
</span>
</div>
<h1
class=
"display-4"
>
Masonstrap
</h1>
<div
class=
"container"
>
<div
class=
"d-flex flex-wrap"
>
<div
class=
"d-md-none d-lg-none d-xl-none mx-auto"
>
<span
class=
"fa-stack fa-2x"
>
<i
class=
"fas fa-circle fa-stack-2x"
></i>
<i
class=
"fas fa-paint-brush fa-stack-1x fa-inverse"
></i>
</span>
</div>
<div
class=
"d-none d-md-block mr-3"
>
<span
class=
"fa-stack fa-2x"
>
<i
class=
"fas fa-circle fa-stack-2x"
></i>
<i
class=
"fas fa-paint-brush fa-stack-1x fa-inverse"
></i>
</span>
</div>
<p
class=
"lead"
>
Easily apply GMU styling to any web project.
</p>
<h1
class=
"display-4"
>
Masonstrap
</h1>
</div>
<p
class=
"lead"
>
Easily apply GMU styling to any web project.
</p>
</div>
</div>
<div
class=
"container"
>
<h3>
Features:
</h3>
<ul>
<li>
Latest
<a
href=
"https://getbootstrap.com"
>
Bootstrap
</a>
Elements
</li>
<li>
Latest
<a
href=
"https://getbootstrap.com"
>
Bootstrap
</a>
Elements
</li>
<li>
GMU Branding
</li>
<li>
Source Maps
</li>
<li>
Custom Elements (to be documented)
</li>
...
...
@@ -107,7 +109,7 @@
<h5
class=
"card-header"
>
CSS
</h5>
<div
class=
"card-body"
>
<pre
class=
"p-3"
><code>
<
link rel="stylesheet" href="https://srct.gmu.io/masonstrap/css/masonstrap.min.css" rel="stylesheet"
>
</code></pre>
</div>
</div>
</div>
</div>
...
...
@@ -116,7 +118,7 @@
<h5
class=
"card-header"
>
JS
</h5>
<div
class=
"card-body"
>
<pre
class=
"p-3"
><code>
<
script src="https://srct.gmu.io/masonstrap/js/masonstrap.min.js"
><
/script
>
</code></pre>
</div>
</div>
</div>
</div>
</div>
...
...
@@ -125,24 +127,34 @@
<!-- Desktop footer -->
<div
class=
"footer d-none d-md-block"
>
<div
class=
"container d-flex"
>
<span
class=
"text-muted mx-auto"
>
A project of
<a
href=
"https://www.srct.gmu.edu"
>
GMU
<strong>
SRCT
</strong></a>
| Freely Licensed under
<a
href=
"https://git.gmu.edu/srct/masonstrap/blob/master/LICENSE"
>
MIT
</a>
|
<a
href=
"https://git.gmu.edu/srct/masonstrap/blob/master/CHANGELOG.md"
>
v4.0
</a></span>
<span
class=
"text-muted mx-auto"
>
A project of
<a
href=
"https://www.srct.gmu.edu"
>
GMU
<strong>
SRCT
</strong>
</a>
| Freely Licensed under
<a
href=
"https://git.gmu.edu/srct/masonstrap/blob/master/LICENSE"
>
MIT
</a>
|
<a
href=
"https://git.gmu.edu/srct/masonstrap/blob/master/CHANGELOG.md"
>
v4.1.1
</a>
</span>
</div>
</div>
<!-- Mobile footer -->
<div
class=
"footer container text-center d-sm-block d-md-none d-lg-none d-xl-none"
>
<div
class=
"col-sm-4 text-muted"
>
A project of
<a
href=
"https://www.srct.gmu.edu"
>
GMU
<strong>
SRCT
</strong></a>
A project of
<a
href=
"https://www.srct.gmu.edu"
>
GMU
<strong>
SRCT
</strong>
</a>
</div>
<div
class=
"col-sm-4 text-muted"
>
Freely Licensed under
<a
href=
"https://git.gmu.edu/srct/masonstrap/blob/master/LICENSE"
>
MIT
</a>
Freely Licensed under
<a
href=
"https://git.gmu.edu/srct/masonstrap/blob/master/LICENSE"
>
MIT
</a>
</div>
<div
class=
"col-sm-4 text-muted"
>
<a
href=
"https://git.gmu.edu/srct/masonstrap/blob/master/CHANGELOG.md"
>
v4.
0
</a>
<a
href=
"https://git.gmu.edu/srct/masonstrap/blob/master/CHANGELOG.md"
>
v4.
1.1
</a>
</div>
</div>
<!-- External js -->
<script
src=
"./js/masonstrap.min.js"
></script>
</html>
\ No newline at end of file
</html>
yarn-error.log
0 → 100644
View file @
fff67d59
This diff is collapsed.
Click to expand it.
yarn.lock
View file @
fff67d59
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment