|
1 |
| ---- |
2 |
| -layout: about |
3 |
| -title: About |
4 |
| -permalink: /about/ |
5 |
| ---- |
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
6 | 3 |
|
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 %} |
8 | 5 |
|
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> |
12 | 7 |
|
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> & |
| 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> |
0 commit comments