Skip to content

Commit 6007954

Browse files
committed
major update, adding webp, icon fonts
1 parent 36dc667 commit 6007954

File tree

590 files changed

+17687
-8521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

590 files changed

+17687
-8521
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# https://git-scm.com/docs/gitignore
22
# https://help.github.com/articles/ignoring-files
33
# Example .gitignore files: https://github.com/github/gitignore
4-
54
.htaccess
65

76
# Logs
@@ -31,4 +30,8 @@ coverage
3130
node_modules
3231

3332
# OSX
34-
.DS_Store
33+
.DS_Store
34+
35+
# Remove Personal Files
36+
build/demo
37+
build/resume

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,10 @@ Run local server and build html files.
1616
gulp
1717
```
1818

19-
## This site uses:
20-
21-
### Mixin Library
22-
23-
https://github.com/kylelangford/primer-scss
24-
25-
### Primer Framework
19+
## This site uses: Primer Framework
2620

2721
https://github.com/kylelangford/primer-framework
2822

29-
### Panini (Zurb)
30-
31-
https://github.com/foundation/panini
32-
3323
## License
3424

35-
All content in /assets and words are my own. I own them. Everything else have at it.
25+
All content and words are my own. I own them.

build/articles/about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313
<title></title>
1414

1515
<!-- Load Resources -->
16-
<link rel="icon" type="image/png" href="../img/brand/favicon.png" />
16+
<link rel="icon" type="image/png" href="../favicon.png" />
1717
<link
1818
href="https://fonts.googleapis.com/css?family=Roboto|Rubik"
1919
rel="stylesheet"
2020
/>
2121
<link rel="stylesheet" href="../assets/css/styles.css" />
2222

2323
<!-- Modernizr - Load after CSS -->
24-
<!-- <script src="js/modernizr-custom.js"></script> -->
24+
<script src="../assets/js/modernizr-custom.js"></script>
2525

2626
<noscript><style type="text/css">
2727
body { opacity: 1; }
2828
</style></noscript>
2929
</head>
3030

31-
<body class="page page--about">
31+
<body class="page page--about" data-barba="wrapper">
3232

3333
<header class="container size-to-window intro">
3434
<div class="row flex flex-align--center flex--justify fill-height">

build/articles/all.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313
<title>Blog | Kyle Langford</title>
1414

1515
<!-- Load Resources -->
16-
<link rel="icon" type="image/png" href="../img/brand/favicon.png" />
16+
<link rel="icon" type="image/png" href="../favicon.png" />
1717
<link
1818
href="https://fonts.googleapis.com/css?family=Roboto|Rubik"
1919
rel="stylesheet"
2020
/>
2121
<link rel="stylesheet" href="../assets/css/styles.css" />
2222

2323
<!-- Modernizr - Load after CSS -->
24-
<!-- <script src="js/modernizr-custom.js"></script> -->
24+
<script src="../assets/js/modernizr-custom.js"></script>
2525

2626
<noscript><style type="text/css">
2727
body { opacity: 1; }
2828
</style></noscript>
2929
</head>
3030

31-
<body class="page page--all">
31+
<body class="page page--all" data-barba="wrapper">
3232

3333

3434
<header class="container size-to-window portfolio">

build/articles/alt-text.html

Lines changed: 0 additions & 84 deletions
This file was deleted.

build/articles/battlestation.html

Lines changed: 10 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,53 +13,33 @@
1313
<title></title>
1414

1515
<!-- Load Resources -->
16-
<link rel="icon" type="image/png" href="../img/brand/favicon.png" />
16+
<link rel="icon" type="image/png" href="../favicon.png" />
1717
<link
1818
href="https://fonts.googleapis.com/css?family=Roboto|Rubik"
1919
rel="stylesheet"
2020
/>
2121
<link rel="stylesheet" href="../assets/css/styles.css" />
2222

2323
<!-- Modernizr - Load after CSS -->
24-
<!-- <script src="js/modernizr-custom.js"></script> -->
24+
<script src="../assets/js/modernizr-custom.js"></script>
2525

2626
<noscript><style type="text/css">
2727
body { opacity: 1; }
2828
</style></noscript>
2929
</head>
3030

31-
<body class="page page--battlestation">
31+
<body class="page page--battlestation" data-barba="wrapper">
3232

3333
<article>
34-
<div class="wrap">
35-
<div class="code-example"><pre><code class="html"> #data-attr
36-
37-
in pseudo elements,
38-
39-
```html
40-
<span class="hljs-tag">&lt;<span class="hljs-title">span</span> <span class="hljs-attribute">class</span>=<span class="hljs-value">"icon"</span> <span class="hljs-attribute">data-alt</span>=<span class="hljs-value">"Tooltip"</span>&gt;</span>Example<span class="hljs-tag">&lt;/<span class="hljs-title">span</span>&gt;</span>
41-
```
42-
43-
```scss
44-
.element {
45-
&amp;:before {
46-
content: attr(data-alt);
47-
}
48-
}
49-
```
50-
51-
```scss
52-
.element:before {
53-
content: attr(data-alt);
54-
}
55-
```
56-
57-
tooltips/alt text for none images, add some JS to enhance
58-
59-
https://css-tricks.com/css-attr-function-got-nothin-custom-properties/</code></pre></div> </div>
34+
<div class="wrap">
35+
<p> #data-attr in pseudo elements, <code>html
36+
&lt;span class=&quot;icon&quot; data-alt=&quot;Tooltip&quot;&gt;Example&lt;/span&gt;</code> <code>scss .element { &amp;:before { content: attr(data-alt); } }</code> <code>scss
37+
.element:before { content: attr(data-alt); }</code> tooltips/alt text for none
38+
images, add some JS to enhance
39+
<a href="https://css-tricks.com/css-attr-function-got-nothin-custom-properties/">https://css-tricks.com/css-attr-function-got-nothin-custom-properties/</a></p>
40+
</div>
6041
</article>
6142

62-
6343
<!-- Scripts -->
6444
<script
6545
async

build/articles/components.html

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)