-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (61 loc) · 3.04 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
71
72
73
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Munsat Rukaya</title>
<link rel="stylesheet" type="text/css" 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=Ms+Madi&family=Poiret+One&family=Quicksand&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top_container">
<img class="top-cloud" src="images/cloud-1.png" alt="cloud-img">
<h1>I'm Munsat.</h1>
<h2 class="subtitle">a <span class="pro">pro</span>grammer</h2>
<img class="bottom-cloud" src="images/cloud-1.png" alt="cloud-img">
<img class="background" src="images/background.png" alt="city-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="image" src="images/munsat_img.png" alt="profile-image">
<h2>Hello!</h2>
<p class="bio">I am a tech enthusiast with a love for problem solving and learning new technologies.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="coding" src="images/coding.png" alt="coding-logo">
<h3>Design & Development</h3>
<p>My curiosity and aspirations to solve complex real world problems have encouraged me to take a 100 days Python Coding challenge course by Dr Angela Yu. I am determined to enhance my skills in the software engineering space and break into the tech sector with extreme grit and determination.</p>
</div>
<div class="skill-row">
<img class="graphic-design" src="images/graphic-design.png" alt="graphic-design-logo">
<h3>Graphic Design</h3>
<p>My degree in Architecture nurtured my creative appetite and allowed me work on a number of graphic designing projects that included computer aided architectural drawing and 3d rendering. Overtime, I have gained a wealth of experience in this department.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2 class="contact">Get In Touch</h2>
<h3>If you love Python as much as I do.</h3>
<p class="contact-message">Love automating stuff like me? Lets talk about how awesome Python is. We may work on the next project together.</p>
<a class="btn" href="mailto:m_rukaya@outlook.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/amunsat/">
<img class="logo"src="images/linkedin.png" alt="linkedin-image">
</a>
<a class="footer-link" href="https://www.instagram.com/lilmismoonshine/">
<img class="logo"src="images/instagram.png" alt="linkedin-image">
</a>
<a class="footer-link" href="https://github.com/Munsat">
<img class="logo"src="images/github.png" alt="linkedin-image">
</a>
<p class="copyright">© 2022 Munsat Rukaya.</p>
</div>
</body>
</html>