-
Notifications
You must be signed in to change notification settings - Fork 0
/
writing.php
37 lines (32 loc) · 1.18 KB
/
writing.php
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
<?php $active = "writing"; ?>
<?php include('_header.php') ?>
<div class="container writing">
<div class="block block-fill-height">
<!-- <div class="block-lg-middle"> -->
<div>
<div class="row">
<div class="thumbnail writing">
<div class="caption writing">
<h3><a href="https://bigwheelbrigade.com/2017/03/social-justice-pto/" target="_blank">A Day Without A Woman: Fostering Employee Activism with 'Social Justice PTO'</a></h3>
<h6 class="tech-stack">
Big Wheel Brigade
</h6>
<p class="project-role">March 8, 2017</p>
</div>
</div>
</div>
<div class="row">
<div class="thumbnail writing">
<div class="caption writing">
<h3><a href="https://www.omaha.com/momaha/reasons-girls-should-learn-to-code/article_8af09114-6942-11e6-a03a-b3ca50840e3d.html" target="_blank">5 Reasons Girls Should Learn To Code</a></h3>
<h6 class="tech-stack">
Omaha World Herald
</h6>
<p class="project-role">August 24, 2016</p>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include("_footer.php") ?>