-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
126 lines (123 loc) · 4.32 KB
/
portfolio.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
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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<meta name="HandheldFriendly" content="true" />
<title>Portfolio</title>
<link rel="stylesheet" href="portfolio-styles.css" />
</head>
<body>
<div class="container">
<img
src="./images/aishaportfolio1.png"
class="intro-image"
alt="portfolio photo"
/>
<div class="portfolio-intro">
<h1 class="name">A.K Gregg</h1>
<h2 class="job-title">FrontEnd, Quality & Project Management</h2>
</div>
<div class="title"></div>
</div>
<div class="main-container">
<section>
<h3 class="section">About</h3>
<p>
<strong>Aisha Kamilah Gregg</strong> is a
<strong>frontend web developer</strong>, specializing in
<strong>quality delivery</strong> and
<strong>project management</strong>.<br /><br />
With more than four years experience in the customer service and
telecommunications industries, working in a fast-paced environment is
a welcomed challenge. With skills in
<strong>JavaScript frameworks</strong>, HTML5, CSS3, web
applications,<strong>
Git, tools like Jira, as well as libraries such as Jest </strong
>being a critical asset to any development team is guaranteed.
<strong
>Self-determined, goal-oriented and a team-player! Furthermore,
relentlessly ready for new opportunities to learn and to grow.
</strong>
Keep on reading to find out more about this up and coming programmer.
</p>
</section>
<section>
<h3 class="section">Education</h3>
<ol>
<li>
<strong>Master´s Degree</strong> in
<strong>Project Management.</strong>Anglia Ruskin University, United
Kingdom 2020
</li>
<li>
<strong>Bachelor´s Degree </strong>in
<strong>Information Technology.</strong>University of the West
Indies, Trinidad and Tobago 2014
</li>
<li>
<strong>Certificate in FullStack programming</strong
>:<strong>KeepCoding</strong>, Spain 2019
</li>
</ol>
</section>
<h3 class="section">Languages</h3>
<ol>
<li>English <strong>(Native)</strong></li>
<li>Spanish <strong>(Upper Intermediate)</strong></li>
<li>French <strong>(Basic)</strong></li>
</ol>
<section>
<h3 class="section">Projects:</h3>
<div class="projects-section">
<img src="./images/blog-img.png" alt=" project 1 snapshot" />
<img
src="./images/love-of-movies-img.png"
alt=" project 2 snapshot"
/>
<img src="./images/nodepop-img.png" alt=" project 3 snapshot" />
<img
src="./images/original-moviesplatform-img.png"
alt=" project 4 snapshot"
/>
<img src="./images/beerflix-img.png" alt=" project 5" />
</div>
</section>
<section>
<h3 class="section">Follow A.K Gregg!</h3>
<div class="logos">
<a
href="https://github.com/aisha-gregg"
target="_blank"
class="github"
><img src="./images/github-logo.png" alt=" git hub logo"
/></a>
<a
href="https://twitter.com/gregg_aisha"
target="_blank"
class="twitter"
><img src="./images/twitter-logo.png" alt=" twitterlogo"
/></a>
<a
href="https://www.linkedin.com/in/aisha-gregg-928629104/"
target="_blank"
class="linkedin"
><img src="./images/linkedin-logo.png" alt=" linkedin logo"
/></a>
</div>
</section>
</div>
<section class="footer">
<p>
For new projects, collaborations or job offers:
<a class="contact" href="mailto:[email protected]">Contact me. </a>
</p>
<p>Copyright 2019</p>
<p>Last Updated:October 2019</p>
</section>
<script type="text/javascript" src="./portfolio.js"></script>
</body>
</html>