-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (76 loc) · 2.73 KB
/
Copy pathindex.html
File metadata and controls
80 lines (76 loc) · 2.73 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Izhaan RAza</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
type="text/css"
media="screen"
href="stylesheet.css"
/>
<link
href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"
rel="stylesheet"
/>
<script src="https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js"></script>
<!-- Google tag (gtag.js) -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F7ZKEBRXF6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-F7ZKEBRXF6');
</script>
<!------------------------------------------important --------------------------------------------->
</head>
<body>
<section class="home">
<div class="home-content">
<h3>Hello It's me</h3>
<h1>Izhaan Raza</h1>
<h3>And I am a <span class="text"></span></h3>
<p>
I'm a high school student and a passionate web developer.
<br />I like to design and develop websites and learn new things.
</p>
<div class="home-sci">
<a href="https://twitter.com/RazaIzhaan" style="--i: 7"
><i class="bx bxl-twitter"></i
></a>
<a href="https://www.instagram.com/_.izzu__/" style="--i: 8"
><i class="bx bxl-instagram"></i
></a>
<a href="https://github.com/Izhaan-Raza" style="--i: 9"
><i class="bx bxl-github"></i
></a>
<!-- <a href="#"></a> -->
</div>
<a href="about.html" class="btn-box">More About me </a>
</div>
<span class="home-imgHover"></span>
</section>
<!-- <section class="about" id="about">
<div class="about-img">
<img src="smalll.png" alt="" />
</div>
<div class="about-text">
<h2>About <span>Me</span></h2>
<h4>I am a passionate front end developer and designer</h4>
<p>
I am a high school student and a passionate web developer. I like to
design and develop websites and learn new things. I stduy in class 12
and I am 17 years old. I have been learning web development for 2
years now and I have made many projects. I have also made a few
websites for my friends. I have also represented my school in many
interschool and national scince fests. Some of my skills and projects
are listed below.
</p>
</div>
</section> -->
<script src="main.js"></script>
</body>
</html>