-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
52 lines (45 loc) · 2.66 KB
/
about.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
---
title: About
---
<div role="main" class="main">
<div class="container pt-lg-5">
<div class="row py-4 mb-2">
<div class="col-md-7 order-2">
<div class="overflow-hidden">
<h2 class="text-color-dark font-weight-bold text-8 mb-0 pt-0 mt-0 appear-animation" data-appear-animation="maskUp" data-appear-animation-delay="300">Dominic Cartwright</h2>
</div>
<div class="overflow-hidden mb-3">
<p class="font-weight-bold text-primary text-uppercase mb-0 appear-animation" data-appear-animation="maskUp" data-appear-animation-delay="500">Web Designer/Developer</p>
</div>
<p class="lead appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="700">I seek to provide web solutions for companies and non-profit organizations that will enhance their vision and achieve their goals. I am also a technology enthusiast, philosophical thinker, and people-lover. Being of Caribbean descent, I like to chill to reggae tunes and I get really excited when I'm talking to people.</p>
<!-- <p class="pb-3 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="800">Consectetur adipiscing elit. Aliquam iaculis sit amet enim ac sagittis. Curabitur eget leo varius, elementum mauris eget, egestas quam.</p> -->
<hr class="solid my-4 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="900">
<div class="row align-items-center appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="1000">
<div class="col-lg-6">
<a href="/contact" class="btn btn-modern btn-dark mt-3">Get In Touch</a>
<a href="https://drive.google.com/open?id=1VCWlEDGBqqH7EzM7c1T3zFOG3ra1eriE" target="_blank" class="btn btn-modern btn-primary mt-3">Résumé (PDF)</a>
</div>
<div class="col-sm-6 text-lg-right my-4 my-lg-0">
<strong class="text-uppercase text-1 mr-3 text-dark">Connect</strong>
<ul class="social-icons float-lg-right">
{% for item in site.data.social %}
<li class="social-icons-facebook">
<a href="{{ item.link }}" target="_blank" title="{{ item.name }}">
<i class="fab {{ item.icon }}"></i>
</a>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
<div class="col-md-5 order-md-2 mb-4 mb-lg-0 appear-animation" data-appear-animation="fadeInRightShorter">
<img src="/assets/img/about-me.jpg" class="img-fluid mb-2" alt="Profile picture of Dominic Cartwright">
</div>
</div>
</div>
{% include experience.html %}
{% include skills.html %}
{%- comment -%}{% include recommendations.html %}{%- endcomment -%}
{% include education.html %}
</div>