-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpersonal_projects.html
More file actions
31 lines (31 loc) · 1.04 KB
/
personal_projects.html
File metadata and controls
31 lines (31 loc) · 1.04 KB
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
<section class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
<h1>Personal projects</h1>
</div>
<div class="col-sm-6">
<ol class="breadcrumb float-sm-right">
<li class="breadcrumb-item"><a class="goAboutMe" href="#">About me</a></li>
<li class="breadcrumb-item active">Personal projects</li>
</ol>
</div>
</div>
</div>
</section>
<section class="content">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="card card-dark">
<div class="card-header">
<h3 class="card-title">A collection of projects I have been doing in my free time.<br>Some are heavy projects (libraries, frameworks, apps...), others are just scripts, automations and "for-fun" projects.
<br>I have periods when <span class="text-warning">I code a lot in my free time</span> and some when I just don't code at all.
</h3>
</div>
<div id="body_personal_projects" class="card-body"></div>
</div>
</div>
</div>
</div>
</section>