-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (116 loc) · 5.72 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
---
layout: landing
permalink: /
tagline: Servant leader. Engineer. Entrepreneur.
---
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>BRAD LESLIE</h2>
<p>{{ page.tagline | markdownify }}</p>
<ul class="actions">
<li><a href="/blog/posts/" class="button special">View Blog</a></li>
</ul>
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
<!-- One -->
<section id="one" class="wrapper special opaque">
<div class="inner">
<header class="major">
<h2>Welcome to my website,<br />
Feel free to take a look around.</h2>
<p>I'm an e-commerce web developer with a passion for efficiency and entrepreneurship</p>
</header>
<ul class="icons major">
<li><span class="icon fa-code major style3"></span></li>
<li><span class="icon fa-heart-o major style2"></span></li>
<li><span class="icon fa-diamond major style1"></span></li>
</ul>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt style2">
<section class="spotlight">
<div class="image"><img src="images/cert.png" alt="Magento Certified Developer" /></div><div class="content">
<h2>Magento Certified Developer</h2>
<p>I've been working with Magento for 2.5 years at this point and am starting to get more
serious about Magento 2. I plan to develop and support several extensions, all of
which will remain open source and available for free via repositories within
<a href="http://www.github.com/bpleslie" title="GitHub.com/bpleslie" target="_blank">my GitHub
account</a>. Additionally, I may use some of these pages to document my experiences
with M2.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/code.jpg" alt="Web Development" /></div><div class="content">
<h2>Web Development</h2>
<p>With nearly 5 years of web development experience under my belt, I'm starting to come
into my own not only as a dev, but as a leader within development teams and agencies.
I will be documenting processes and workflows that have increased my own efficiency
with the hope that it helps someone else down the road. Efficient web development
practices is one of the topics that I'm most passionate about and one that affects
anyone in the web dev industry most directly.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/stars.jpg" alt="Stars" /></div><div class="content">
<h2>Deep / Machine Learning</h2>
<p>As a total n00b when it comes to deep learning, I'll be starting projects,
documenting my workflows and hopefully building some really cool stuff. I'm currently
experimenting with <a href="https://www.tensorflow.org/" title="TensorFlow.org" target="_blank">
TensorFlow</a> and eagerly awaiting the release of <a href="http://viv.ai/" title="Viv.ai"
target="_blank">Viv</a> for developers.
</p>
</div>
</section>
</section>
<!-- Three -->
<!--<section id="three" class="wrapper style3 special">-->
<!--<div class="inner">-->
<!--<header class="major">-->
<!--<h2>Accumsan mus tortor nunc aliquet</h2>-->
<!--<p>Aliquam ut ex ut augue consectetur interdum. Donec amet imperdiet eleifend<br />-->
<!--fringilla tincidunt. Nullam dui leo Aenean mi ligula, rhoncus ullamcorper.</p>-->
<!--</header>-->
<!--<ul class="features">-->
<!--<li class="icon fa-paper-plane-o">-->
<!--<h3>Arcu accumsan</h3>-->
<!--<p>Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>-->
<!--</li>-->
<!--<li class="icon fa-laptop">-->
<!--<h3>Ac Augue Eget</h3>-->
<!--<p>Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>-->
<!--</li>-->
<!--<li class="icon fa-code">-->
<!--<h3>Mus Scelerisque</h3>-->
<!--<p>Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>-->
<!--</li>-->
<!--<li class="icon fa-headphones">-->
<!--<h3>Mauris Imperdiet</h3>-->
<!--<p>Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>-->
<!--</li>-->
<!--<li class="icon fa-heart-o">-->
<!--<h3>Aenean Primis</h3>-->
<!--<p>Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>-->
<!--</li>-->
<!--<li class="icon fa-flag-o">-->
<!--<h3>Tortor Ut</h3>-->
<!--<p>Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>-->
<!--</li>-->
<!--</ul>-->
<!--</div>-->
<!--</section>-->
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Open Source Everything</h2>
<p>I believe that knowledge is power. And power should be with the people. Help contribute and push each other.</p>
</header>
<ul class="actions vertical">
<li><a href="http://www.github.com/bpleslie" class="button fit special" target="_blank">Github Profile</a></li>
<li><a href="https://opensource.org/" class="button fit">Open Source?</a></li>
</ul>
</div>
</section>