-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (61 loc) · 3.37 KB
/
index.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Anim's personal CV</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Merriweather+Sans&family=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<div class="top_container">
<img class="top_cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Anim.</h1>
<h2> a <span class="pro"> Pro</span>grammer.</h2>
<img class="bottom_cloud" src="images/cloud.png" alt="cloud-img">
<img class="mountain" src="images/mountain.jpeg" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-img" src="images/Clifford_pfp.png" alt="Anim's-profile img">
<h2>Hello.</h2>
<p class="hello-intro">I am an IOS developer, AI developer and Augmented reality content strategist, I love fruit drinks also like to drive cars. C++ and Swift makes me a geek. </p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="giphy_img" src="https://media0.giphy.com/media/oywAAgve575b0CQvmK/giphy.gif?cid=ecf05e47v5cj3anxw6e8h0ida2su8c8sp5qkmtsj4jwennbq&rid=giphy.gif&ct=g" alt="">
<h3>Design & Development</h3>
<p class="dd-caption">I found it passionate codding when I started to learn to code, I was 13years old then, always wanted to build my own pc game, I have gained a wealth of experience designing and developing of mobile and web applications.
</p>
</div>
<div class="skill-row">
<img class="pepper_img" src="images/pizza.png" alt="pizza-image">
<h3>Hot pizza challenge</h3>
<p class="pizza-talks">But my best skill is actually in eating hot pizza!😅.I am the undisputed king of hot pizza challenges. Pepperoni, BBQ Chicken and Margherita are my favourite flavours. Mocha is my best atona beverage.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love Pizza as much as I do.</h3>
<p class="contact-message">If you 💙 Pizza as much as I do? Let's talk about how awesome they are!
We can code while we eat hot pizza!</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://i.pinimg.com/originals/4c/61/a3/4c61a3e96dfe41c3614cd87b206aa0fb.jpghttps://i.pinimg.com/originals/4c/61/a3/4c61a3e96dfe41c3614cd87b206aa0fb.jpg">Whatsapp QRCcodes</a>
<a class="footer-link" href="https://mobile.twitter.com/AnimBoatengCli1">Twitter</a>
<a class="footer-link" href="https://github.com/dyedrakeanim/CV/blob/main/my%20hobbies.html">Github</a>
<p class="copyright"> © 2022 Clifford Anim Boateng.</p>
</div>
</body>
</html>