-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
71 lines (57 loc) · 4.52 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<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=JetBrains+Mono:wght@100;400&family=Josefin+Sans:wght@100;400&family=Righteous&display=swap" rel="stylesheet">
<link rel="stylesheet" href="SmallStyle.css">
<title>Azeem Khan</title>
<script src="Main.js"></script>
<link rel="stylesheet" href="Style.css">
</head>
<body>
<div class="container">
<nav>
<img src="about/logo.png" alt="logo" class="logo">
<ul>
<li><a href="Index.html">HOME</a></li>
<li><a href="proj.html">PROJECTS</a></li>
<li><a onclick="scrollWin()">ABOUT</a></li>
<li><a href="music.html">MUSIC</a></li>
</ul>
</nav>
</div>
<!-- body containt -->
<div class="bodytext">
<h1 id="h1A"><span style="color: #ff4747">Say</span> Hello to Azeem Khan!</h1>
<h2 >I'm Software developer<br>Graphic Designer<br>as well as a Youtuber</h2><br>
<div id="YT">
<Button onclick="window.location.href= 'https://youtube.com/@MrStonic99';">youtube</Button>
<Button onclick="window.location.href= 'https://www.instagram.com/';">instagram</Button>
<Button onclick="window.location.href= 'https://github.com/MrAzeeeem23';">github</Button>
<Button onclick="window.location.href= 'https://www.linkedin.com/in/azeem-khan-84751a21b';">linkedin</Button>
</div><br><br><br><br><br><br><br>
<h1 class="About-Head" style="color: rgb(255, 255, 255);">About me.</h1>
<br>
<div class="about-P1">
<img src="About/undraw_hacker_mind_-6-y85.svg" alt="img"><br>
Hello guys! Welcome to my website! My name is Azeem khan! I'm a software engineering student who is passionate about programming and constantly learning new skills. While I've worked with several languages like Java, Python, and JavaScript, I understand that there's always more to learn.<br><br>
Currently, I'm working towards becoming a full-stack developer, which means being proficient in both front-end and back-end development. On the front-end side, I have experience with creating responsive websites using HTML, CSS, and JavaScript. I also enjoy exploring popular frameworks like React and Angular.<br><br>
On the backend side, I'm learning about database management systems (DBMS), data structures, algorithms, and open-source programming. I believe that understanding these concepts is essential for building robust and scalable applications. Additionally, I'm excited to dive into server-side programming languages like Node.js, Python, and Ruby.<br><br>
On this website, you'll find some of my projects that I am working on and you can also work with me and improve my skills, and knowledge or for some fun. Whether you're a student, front-end developer or back-end developer, or a learner you all are welcome, I hope you'll find something here that interests you.<br><br>
ltimately, my goal is to become a successful freelance full-stack developer. I enjoy working on diverse projects to deliver solutions. If you're interested in working with me or have any questions, feel free to reach out!<br><br>
<img src="about/undraw_coding_re_iv62 (1).svg" alt="img">
</div>
<div class="mail">
<a class="maillink" href="mailto:[email protected]">Lets collab</a>
</div>
</body>
<footer>
<p>Author: Pathan AzeemKhan</p>
<p>Email: [email protected]</p>
</footer>
</html>
<!-- Azeem khan (code: 445566@) -->