-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
custom-projects.hbs
147 lines (140 loc) · 5.57 KB
/
custom-projects.hbs
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{{!< default}}
<section class="content-wrap archive">
<div class="page-container">
{{#post}}
<main class="main-content">
<div class="intro">
{{#if feature_image}}
<div class="post-image" style="background-image: url({{feature_image}});">
</div>
{{/if}}
<h1>{{{title}}}</h1>
<p>{{content}}</p>
</div>
<h3>Our Github Repos</h3>
<div class="github-cards">
<a href="https://github.com/toddbirchard/ghosttheme-stockholm" class="github-card" data-github="toddbirchard/ghosttheme-stockholm">
<h3 class="repo-title">ghosttheme-stockholm</h3>
<p class="repo-description">Clean Ghost theme with advanced features & customization.</p>
<span class="github-card__meta">
<span class="github-card__language-icon" style="color: #F1E05A;">●</span> Javascript
</span>
<span class="github-card__meta">
<i class="fas fa-star"></i>
<span data-stars>
<i class="fa fa-spinner" aria-hidden="true"></i>
</span>
</span>
<span class="github-card__meta">
<i class="fas fa-code-branch" aria-hidden="true"></i>
<span data-forks>
<i class="fa fa-spinner" aria-hidden="true"></i>
</span>
</span>
</a>
<a href="https://github.com/toddbirchard/ghosttheme-tokyo" class="github-card" data-github="toddbirchard/ghosttheme-tokyo">
<h3 class="repo-title">ghosttheme-tokyo</h3>
<p class="repo-description">No-nonsense Ghost theme emphasizing content.</p>
<span class="github-card__meta">
<span class="github-card__language-icon" style="color: #F1E05A;">●</span> Javascript
</span>
<span class="github-card__meta">
<i class="fas fa-star"></i>
<span data-stars>
<i class="fa fa-spinner" aria-hidden="true"></i>
</span>
</span>
<span class="github-card__meta">
<i class="fas fa-code-branch" aria-hidden="true"></i>
<span data-forks>
<i class="fa fa-spinner" aria-hidden="true"></i>
</span>
</span>
</a>
<a href="https://github.com/toddbirchard/linkbox-api" class="github-card" data-github="toddbirchard/linkbox-api">
<h3 class="repo-title">linkbox-api</h3>
<p class="repo-description">Generate a preview for any link by passing a URL parameter.</p>
<span class="github-card__meta">
<span class="github-card__language-icon" style="color: #3572A5;">●</span> Python
</span>
<span class="github-card__meta">
<i class="fas fa-star"></i>
<span data-stars>
<i class="fa fa-spinner" aria-hidden="true"></i>
</span>
</span>
<span class="github-card__meta">
<i class="fas fa-code-branch" aria-hidden="true"></i>
<span data-forks>
<i class="fa fa-spinner" aria-hidden="true"></i>
</span>
</span>
</a>
<a href="https://github.com/toddbirchard/hackers-graphql-server" class="github-card" data-github="toddbirchard/hackers-graphql-server">
<h3 class="repo-title">hackers-graphql-server</h3>
<p class="repo-description">Standalone API to handle account creation, auto-publish to medium, and site-wide link embeds.</p>
<span class="github-card__meta">
<span class="github-card__language-icon" style="color: #2b7489;">●</span> Typescript
</span>
<span class="github-card__meta">
<i class="fas fa-star"></i>
<span data-stars>
<i class="fa fa-spinner" aria-hidden="true"></i>
</span>
</span>
<span class="github-card__meta">
<i class="fas fa-code-branch" aria-hidden="true"></i>
<span data-forks>
<i class="fa fa-spinner" aria-hidden="true"></i>
</span>
</span>
</a>
<a href="https://github.com/toddbirchard/jira-database-etl" class="github-card" data-github="toddbirchard/jira-database-etl">
<h3 class="repo-title">jira-database-etl</h3>
<p class="repo-description">Utilize Google Cloud Functions to import issues from a JIRA instance into a database.</p>
<span class="github-card__meta">
<span class="github-card__language-icon" style="color: #3572A5;">●</span> Python
</span>
<span class="github-card__meta">
<i class="fas fa-star"></i>
<span data-stars>
<i class="fa fa-spinner" aria-hidden="true"></i>
</span>
</span>
<span class="github-card__meta">
<i class="fas fa-code-branch" aria-hidden="true"></i>
<span data-forks>
<i class="fa fa-spinner" aria-hidden="true"></i>
</span>
</span>
</a>
<a href="https://github.com/toddbirchard/tableau-extraction" class="github-card" data-github="toddbirchard/tableau-extraction">
<h3 class="repo-title">tableau-extract</h3>
<p class="repo-description">A Flask application which extends Tableau to be used as an ETL tool.</p>
<span class="github-card__meta">
<span class="github-card__language-icon" style="color: #3572A5;">●</span> Python
</span>
<span class="github-card__meta">
<i class="fas fa-star"></i>
<span data-stars>
<i class="fa fa-spinner" aria-hidden="true"></i>
</span>
</span>
<span class="github-card__meta">
<i class="fas fa-code-branch" aria-hidden="true"></i>
<span data-forks>
<i class="fa fa-spinner" aria-hidden="true"></i>
</span>
</span>
</a>
</div>
</main>
{{> projects/projects-dropdown }}
{{> projects/projects-kanban }}
{{/post}}
</div>
</section>
<div class="overlay"></div>
{{#contentFor "scripts"}}
<script src="{{asset "js/projects.js"}}"></script>
{{/contentFor}}