-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
33 lines (30 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>About Me | Noor Ali Butt</title>
<!---Custom Css File!--->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="bg-image"></div>
<section class="about-us">
<img src="noor.png" class="pic">
<div class="about">
<div class="text">
<h4><span>Co-founder Cross Code</span> | Tech Lead | iOS/Flutter/Unity Developer</h4>
<p>A talented professional with 9 years of experience who possesses high programming skills, very good at logic building, algorithms and have full understanding of Software Development Life Cycle.<br/><br/>
Quick in learning and excelling at new technologies as needed and eager to learn new things.<br/><br/>
Specialties: Native Android App development, Native iOS App Development, Unity3D, C#, Java, Swift, C++</p>
<div class="data">
<a href="https://crosscode.dev/contact/" class="btn-primary" target="_blank">Contact Us</a>
<a href="https://nooralibutt.github.io/privacy-policy" class="btn-primary" target="_blank">Privacy Policy</a>
<a href="https://play.google.com/store/apps/dev?id=5117077596083504874" class="btn-primary" target="_blank">Our Games</a>
</div>
</div>
</div>
</section>
</body>
</html>