-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork_projects.html
More file actions
36 lines (36 loc) · 1.63 KB
/
work_projects.html
File metadata and controls
36 lines (36 loc) · 1.63 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
32
33
34
35
36
<section class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
<h1>Work 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">Work 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 sum up of the projects I have worked on for a living.<br>Dates are orientative values, I have worked on more than one project at the same time.
<br>Due to <span class="text-warning">confidentiality agreement</span> and <span class="text-warning">non-disclosure policies</span> of my workplace, I will <b>NOT</b> disclose any client name or project photo unless <u>hereby allowed by both my hiring company and final client</u>.
</h3>
</div>
<div class="cl-preview-section">
<blockquote class="table-danger">
<p><strong>Note:</strong> Work projects <b>do not have full-on articles <a class="link"><i onclick="goPersonalProjects()" class="text-primary">like Personal Projects</i></a></b> if you need more info on a specific one you can <i>contact me directly at</i> <a class="link"><b onClick="copyMail()">martinez.picardo.victor@gmail.com</b></a> or schedule an <b>online meeting</b>.</p>
</blockquote>
</div>
<div id="body_work_projects" class="card-body"></div>
</div>
</div>
</div>
</div>
</section>