-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (62 loc) · 3.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>F.com</title>
<link rel="stylesheet" type="text/css" href="F.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<!--Font-links-->
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap" rel="stylesheet">
<body>
<!--Header is Logo & Navbar main-->
<header class="container">
<img class="logoimg" src="site-photos/f.jpg" alt="logo">
<nav class="nav-container">
<ul class="tags-holder">
<li class="tag">Home</li>
<li class="tag">About</li>
<li class="tag">Contact</li>
</ul>
</nav>
</header>
<!-- main img -->
<section id="mainsection">
<h1 id="pagetitle" alt="title of page heading">Empowering with Tech</h1>
<img class="displayphoto" src="site-photos/kitesurfing.jpg"
alt="Woman kitesurfing locals watching her, enjoy it!">
</section>
<h2 alt="title for judo photos">A Brief Self-Portrait</h2>
<article class="boximgp">
<img class="photoart" src="site-photos/818.jpg" alt="display photo">
<div class="pimg">
<p >Mohamed Adan</p>
<br>
<p>The world of web development holds tremendous opportunities! It is a constantly moving field that allows for creativity, innovation and the opportunity to impact the lives of others.</p>
<br>
<p>I am writing to express my strong interest in transitioning career path towards web development, specifically an understanding of front-end and back-end.</p>
<br>
<p>I believe this move is not only an exciting prospect but also a natural flow into something greater for me! Over-time i have consistently found myself gravitating towards technology-related hobbies,
photography & web based. other hobbies include jiu jitsu, judo, and just trying to improve as a person.</p>
<br>
<p>I greatly believe the benefit from Founders and coders will be massive! with help in further, development skills in troubleshooting, software design, better user interfaces understanding and more.</p>
<br>
<p>Thank you for considering my application. I look forward to the possibility of joining your esteemed course in crafting exceptional web developers.</p>
<br>
<p>Yours sincerely</p>
</div>
</article>
<h2 alt="title for judo photos">Judo class Photos / Using Grid</h2>
<div class="my-first-grid">
<img class="photojudo1 grid-item-1" src="site-photos/1G7A6723.jpg" alt="judo photo">
<img class="photojudo2 grid-item-2" src="site-photos/1G7A6728.jpg" alt="judo photo">
<img class="photojudo3 grid-item-3" src="site-photos/1G7A6730.jpg" alt="judo photo">
<img class="photojudo4 grid-item-4" src="site-photos/1G7A6755.jpg" alt="judo photo">
</div>
<!-- footer -->
<footer>
<p class="pfooter">F.com</p>
</footer>
</body>
</html>