-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
81 lines (59 loc) · 2.22 KB
/
index2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, inisial-scale=1"/>
<title>Hamza Aouni</title>
<link rel="icon" href="C:\Users\toshiba\Downloads/im.png"/>
<link rel="stylesheet" href="index2.css"/>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@0,400;0,600;1,600;1,700;1,800&family=Josefin+Sans:ital,wght@1,700&display=swap" rel="stylesheet">
<style>
</style>
</head>
<body>
<header>
<span id="logoBox">
<a href="#" ><h2 id="h1Header">HAMZA AOUNI</h2 ></a>
<a href="#" ><img id="logo" src="C:\Users\toshiba\Downloads\MY WEBSITE/logo.jpg" ></a>
</span>
<nav>
<ul>
<li>
<a href="https://www.youtube.com/channel/UC7VW6W4JVsIw2ubGFc_avRw/"> Home </a>
</li>
<!-- 1 -->
<li>
<a href="https://www.youtube.com/channel/UC7VW6W4JVsIw2ubGFc_avRw/videos" > Video </a>
</li>
<!-- 2 -->
<li>
<a href="https://www.youtube.com/channel/UC7VW6W4JVsIw2ubGFc_avRw/playlists"> Playlists </a>
</li>
<!-- 3 -->
</ul>
</nav>
</header>
<main>
<aside>
<a href="https://www.instagram.com/_ha_mza_____/">
<img src="C:\Users\toshiba\Downloads\MY WEBSITE/original.jpg" href=""/>
</a>
<h1 id="h1Aside"> hamza aouni </h1>
<div id="contact-box">
<a target="_blank" href="https://www.youtube.com/channel/UC7VW6W4JVsIw2ubGFc_avRw/" ><img src="C:\Users\toshiba\Downloads/youtube.png" alt="" /></a>
<a target="_blank" href="https://www.instagram.com/_ha_mza_____/" ><img src="C:\Users\toshiba\Downloads/insta.png" alt="" /></a>
<a target="_blank" href="https://www.facebook.com/hunter.hamzx" ><img src="C:\Users\toshiba\Downloads/fb.png" alt="" /></a>
</div>
</aside>
<article id="article">
<div id="box">
<h2>beginner programmer</h2>
<p> I'm a beginner programmer,
I'm learning programming from the first classes with Professor
Shiyar Jemo on the channel Coder Shiyar </p>
</div>
</article>
</main>
</body>
</html>