Skip to content

Commit 39c017c

Browse files
fixed about page?
1 parent 50dccd3 commit 39c017c

File tree

4 files changed

+116
-48
lines changed

4 files changed

+116
-48
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Gemfile.lock

Lines changed: 43 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,86 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.7.1)
4+
activesupport (5.1.3)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
56
i18n (~> 0.7)
6-
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
8-
thread_safe (~> 0.3, >= 0.3.4)
98
tzinfo (~> 1.1)
10-
addressable (2.4.0)
9+
addressable (2.5.1)
10+
public_suffix (~> 2.0, >= 2.0.2)
1111
colorator (1.1.0)
1212
colored (1.2)
13-
ethon (0.9.0)
13+
concurrent-ruby (1.0.5)
14+
ethon (0.10.1)
1415
ffi (>= 1.3.0)
15-
ffi (1.9.14-x64-mingw32)
16-
ffi (1.9.14-x86-mingw32)
16+
ffi (1.9.18)
17+
ffi (1.9.18-x64-mingw32)
18+
ffi (1.9.18-x86-mingw32)
1719
forwardable-extended (2.6.0)
18-
html-proofer (3.0.6)
19-
activesupport (~> 4.2)
20+
html-proofer (3.7.2)
21+
activesupport (>= 4.2, < 6.0)
2022
addressable (~> 2.3)
2123
colored (~> 1.2)
2224
mercenary (~> 0.3.2)
23-
nokogiri (~> 1.5)
25+
nokogiri (~> 1.7)
2426
parallel (~> 1.3)
2527
typhoeus (~> 0.7)
2628
yell (~> 2.0)
27-
i18n (0.7.0)
28-
jekyll (3.2.1)
29+
i18n (0.8.6)
30+
jekyll (3.5.1)
31+
addressable (~> 2.4)
2932
colorator (~> 1.0)
3033
jekyll-sass-converter (~> 1.0)
3134
jekyll-watch (~> 1.1)
3235
kramdown (~> 1.3)
33-
liquid (~> 3.0)
36+
liquid (~> 4.0)
3437
mercenary (~> 0.3.3)
3538
pathutil (~> 0.9)
3639
rouge (~> 1.7)
3740
safe_yaml (~> 1.0)
38-
jekyll-sass-converter (1.4.0)
41+
jekyll-sass-converter (1.5.0)
3942
sass (~> 3.4)
40-
jekyll-sitemap (0.11.0)
41-
addressable (~> 2.4.0)
43+
jekyll-sitemap (1.1.1)
44+
jekyll (~> 3.3)
4245
jekyll-watch (1.5.0)
4346
listen (~> 3.0, < 3.1)
44-
json (1.8.3)
45-
kramdown (1.12.0)
46-
liquid (3.0.6)
47+
kramdown (1.14.0)
48+
liquid (4.0.0)
4749
listen (3.0.8)
4850
rb-fsevent (~> 0.9, >= 0.9.4)
4951
rb-inotify (~> 0.9, >= 0.9.7)
5052
mercenary (0.3.6)
51-
mini_portile2 (2.1.0)
52-
minitest (5.9.0)
53-
nokogiri (1.6.8-x64-mingw32)
54-
mini_portile2 (~> 2.1.0)
55-
pkg-config (~> 1.1.7)
56-
nokogiri (1.6.8-x86-mingw32)
57-
mini_portile2 (~> 2.1.0)
58-
pkg-config (~> 1.1.7)
59-
parallel (1.9.0)
53+
mini_portile2 (2.2.0)
54+
minitest (5.10.3)
55+
nokogiri (1.8.0)
56+
mini_portile2 (~> 2.2.0)
57+
nokogiri (1.8.0-x64-mingw32)
58+
mini_portile2 (~> 2.2.0)
59+
nokogiri (1.8.0-x86-mingw32)
60+
mini_portile2 (~> 2.2.0)
61+
parallel (1.12.0)
6062
pathutil (0.14.0)
6163
forwardable-extended (~> 2.6)
62-
pkg-config (1.1.7)
63-
rb-fsevent (0.9.7)
64-
rb-inotify (0.9.7)
65-
ffi (>= 0.5.0)
64+
public_suffix (2.0.5)
65+
rb-fsevent (0.10.2)
66+
rb-inotify (0.9.10)
67+
ffi (>= 0.5.0, < 2)
6668
rouge (1.11.1)
6769
safe_yaml (1.0.4)
68-
sass (3.4.22)
69-
thread_safe (0.3.5)
70+
sass (3.5.1)
71+
sass-listen (~> 4.0.0)
72+
sass-listen (4.0.0)
73+
rb-fsevent (~> 0.9, >= 0.9.4)
74+
rb-inotify (~> 0.9, >= 0.9.7)
75+
thread_safe (0.3.6)
7076
typhoeus (0.8.0)
7177
ethon (>= 0.8.0)
72-
tzinfo (1.2.2)
78+
tzinfo (1.2.3)
7379
thread_safe (~> 0.1)
74-
yell (2.0.6)
80+
yell (2.0.7)
7581

7682
PLATFORMS
83+
ruby
7784
x64-mingw32
7885
x86-mingw32
7986

about.md

Lines changed: 73 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,76 @@
1-
---
2-
layout: about
3-
title: About
4-
permalink: /about/
5-
---
1+
<!DOCTYPE html>
2+
<html>
63

7-
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](http://jekyllrb.com/)
4+
{% include head.html %}
85

9-
You can find the source code for the Jekyll new theme at:
10-
{% include icon-github.html username="jglovier" %} /
11-
[jekyll-new](https://github.com/jglovier/jekyll-new)
6+
<body>
127

13-
You can find the source code for Jekyll at
14-
{% include icon-github.html username="jekyll" %} /
15-
[jekyll](https://github.com/jekyll/jekyll)
8+
{% include header.html %}
9+
<main class="content" role="main">
10+
<div class="row row--b mbm">
11+
<div class="cell well well--xl">
12+
<h1 class="mbf tci">About Us</h1>
13+
<p class="tc-sky white">Who and what is the DevOps Library?.</p>
14+
</div>
15+
</div>
16+
<div class="row">
17+
<div class="cell well">
18+
<div class="g mbl mbxl--m">
19+
<div class="g-b g-b--m--3of4">
20+
<div class="card card--a card--l" id="index">
21+
<div class="content-section">
22+
<div style="float: left;">
23+
<img src="/images/IMG_3498.JPG" height="90%" width="90%" />
24+
</div>
25+
<h2 class="mbs">What is the DevOps Library?</h2>
26+
<p>
27+
The DevOps Library is a free, online learning resource for
28+
aspiring DevOps Engineers, System Admins, Developers, Site
29+
Reliability Engineers, Automation Engineers, and anyone else
30+
who has an interest in DevOps. We strive to create not only
31+
the highest quality videos, but to always remain a free resource
32+
for the DevOps community.
33+
</p>
34+
<h2 class="mbs">Who is the DevOps Library?</h2>
35+
<p>
36+
The DevOps Library was founded in early 2015, by <a href="mailto:[email protected]">Ken Erwin</a> &amp;
37+
<a href="mailto:[email protected]">Samantha Ventura</a>.
38+
</p>
39+
<div style="float: left;">
40+
<img src="/images/IMG_3498.JPG" height="90%" width="90%" />
41+
</div>
42+
<p>
43+
My name is <a href="mailto:[email protected]">Samantha Ventura</a>, and I am the Director of Learning Initiatives for the DevopsLibrary.
44+
I am a native Californian, and have been in the field of education for the
45+
past 15 years. I received my BA degree in English from San Diego State
46+
University, then later my Masters in Teaching, with a specialization in
47+
Reading. I am currently finishing up my PhD in Organizational Leadership
48+
and plan to continue to work as an executive trainer and learning coach,
49+
specializing in the area of higher education and diversity awareness.
50+
In my spare time I love everything outdoors, including skiing, fishing,
51+
camping and spending time with my family.
52+
</p>
53+
<p>
54+
Behind the scenes, my co-author <a href="mailto:[email protected]">Ken Erwin</a> contributes all the content for
55+
the course. He has experience leading a variety of DevOps teams and initiatives
56+
at several companies, including Angie’s List and Interactive Intelligence before
57+
finally founding the DevOps Library. Ken is best known in DevOps circles for
58+
setting up the largest Windows Chef deployment in the world at the time, with
59+
over 4,000 nodes in over 13 locations.
60+
61+
He is currently finishing up his MBA from the Kelley School of Business,
62+
with a specialization in entrepreunership.
63+
</p>
64+
</div>
65+
</div>
66+
</div>
67+
</div>
68+
</div>
69+
</div>
70+
</main>
71+
72+
{% include footer.html %}
73+
74+
</body>
75+
76+
</html>

images/IMG_3498.JPG

571 KB
Loading

0 commit comments

Comments
 (0)