-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (98 loc) · 3.13 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Muzammil Sheraz - Portfolio</title>
<link rel="stylesheet" href="styles.css" />
<script src="script.js"></script>
</head>
<body style="overflow-x: hidden">
<!-- front section -->
<section>
<div class="container">
<div class="shitcont">
<p class="heading">Muzammil Sheraz Malana</p>
<p class="desc">React Native Frontend Developer</p>
</div>
</div>
</section>
<!-- second section -->
<section>
<div class="abouttext">
<p class="behindAnimatedText">ABOUT ME</p>
<p class="longdesc">
Implementing sleek, user-centric UIs is where my expertise meets my
passion.
</p>
</div>
</section>
<!-- Projects Section -->
<!-- <section>
<div class="projects">
<div class="left">
<p class="index">01</p>
<p class="projtitle">Evoke Ecom App</p>
</div>
<div class="right">
<img class="svgbig" src="./assets/images/1.svg" alt="pic1" />
<img class="svgbig" src="./assets/images/1.svg" alt="pic1" />
<img class="svgsmall" src="./assets/images/2.svg" alt="pic2" />
<img class="svgsmall" src="./assets/images/2.svg" alt="pic2" />
</div>
</div>
</section> -->
<!-- skills section -->
<section>
<div class="skillstext">
<p class="skillsbehindAnimatedText">SKILLS</p>
<div class="skillcont">
<div class="skillscontainerleft">
HTML <br />
CSS <br />
JS <br />
REACT <br />
REACT NATIVE <br />
FIGMA <br />
</div>
<div class="skillscontainerright">
API Integration <br />
Redux Toolkit <br />
API Integration with Redux Toolkit Query <br />
White Labeling <br />
In-App Purchases <br />
</div>
</div>
</div>
</section>
<!-- contact section -->
<section>
<div class="contactcont">
<p class="contactbehindAnimatedText">CONTACT</p>
<div class="images">
<a href="">
<img src="/assets/images/twitter.svg" />
</a>
<a href="https://github.com/muzammilmalana" target="_blank">
<img src="/assets/images/git.svg" />
</a>
<a href="mailto:[email protected]" target="_blank">
<img src="/assets/images/mail.svg" />
</a>
<a
href="https://www.instagram.com/sheraz_axe?igsh=aGhzOG01ZWtrb3Fj"
target="_blanks"
>
<img src="/assets/images/insta.svg" />
</a>
<a
href="https://www.linkedin.com/in/muzammil-sheraz-b900a91aa/"
target="_blank"
>
<img src="/assets/images/linkedin.svg" />
</a>
</div>
</div>
</section>
</body>
</html>