-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 2.43 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 2.43 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
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><Main>WK 1 INDEPENDENT PROJECT</Main></title>
<link rel="stylesheet" href="css/style.css">
<div style="background-color: rgb(187, 203, 195)">
</head>
<body>
<div class="container">
<div class="test-box">
<div class="image">
<img src="images/digitalart3.jpg" alt="my art">
</div>
<h1>Concepta Koech</h1>
<p><em>Aspiring UI/UX designer and Front-end developer.</em><em></p>
<h2><strong><em>About Me</em></strong></h2>
<p>I'm currently learning at Moringa school, and so far, I'm having so much fun. I have always been fascinated by design and my aim after this course is to transition into the UI/UX team. Having knowledge in developing web and mobile applications will be an added advantage in my journey.
I am also a self taught digital art illustrator. Art has been the one constat thing in my life. i have been drawing using all mediums; Pencil, charcoal, acrylic and water paints and now digitally. I plan to later use my illustrations in apps and web pages I work on.</p>
<h2><strong>Away from work</strong></h2>
<img width=187 length=269 src="images/digitalart2.jpg" alt="art inspo"> <img width=187 length=233. src="images/koreandrama.jpg" alt="netflix series"> <img width=187 length=269 src="images/mountains.jpg" alt="hiking quote">
<p>This is how I spend most of my free and leisure time</p>
<ul class="li">Make lots of Art</ul>
<ul class="li">Hike. The mountains are ever calling my name.</ul>
<ul class="li">Watch Korean Drama Series.</ul>
<ul class="li">Run. To Keep the age from catching up.</ul>
<h2>My Projects so far</h2>
<ol>
<li>This was a practice site to learn how to attach links on a website. <a href="my_favorite_things.html"> my favorite things </a></li>
<li>This is my very first website that i created.<a href="https://mywebsite.html/"> my first website</a></li>
</ol>
<h2>Where to find me</h2>
<p>You can follow me on <a href="https://www.instagram.com/drawings_by_cee/"> my Instagram page </a>. Like my artwork and follow for more.</p>
</div>
</div>
</body>