-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
74 lines (70 loc) · 3.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-164812790-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-164812790-1');
</script>
<meta charset="UTF-8">
<title>Farees Hussain</title>
<link rel="shortcut icon" type="image/x-icon" href="./images/me.png">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="./css/styles.css" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Kaushan Script&family=VT323&display=swap&family=Cinzel&display=swap"" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="./images/cloud.png" alt="cloud">
<h1>I'm Farees Hussain</h1>
<p>Android Native | Full-stack Web Developer</p>
<img class = "bottom-cloud" src="./images/cloud.png" alt="cloud">
<img id="mountain" src="./images/mountain.png" alt="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img src="./images/me.png" alt="">
<h2>Hello.</h2>
<p class="intro">This is Farees Hussain, I'm currently pursuing Btech. in Computer Engineering JAMIA MILLIA ISLAMIA, New Delhi. I'm an Android And a Full-stack Web Developer with a knowledge of Java, Kotlin, Coroutines, Firebase, FireStore, Express, Nodejs, Ktor,.etc</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img id="android" class="ic" src="./images/kotlin.svg" alt="">
<h3>Andriod Developement with kotlin</h3>
<p>Native Android Developer using Kotlin and java </p>
</div>
<div class="skill-row">
<img id="node" class="ic" src="./images/node.png" alt="">
<img class="ic" src="" alt="">
<h3>Node.js</h3>
<p>Web Backend using Node.js</p>
<p>Express, Websockets</p>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>You can Reach Me using the following links.</h3>
<p></p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a><br><br>
</div>
</div>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/farees-hussain/"><i class="fab fa-linkedin-in"></i> LinkedIn</a>
<a class="footer-link" href="https://github.com/FareesHussain"><i class="fab fa-github"></i> Github</a>
<a class="footer-link" href="https://www.facebook.com/fareeshussainsyed"><i class="fab fa-facebook"></i> Facebook</a>
<a class="footer-link" href="https://twitter.com/farees_hussain"><i class="fab fa-twitter"></i> Twitter</a>
<a class="footer-link" href="https://www.instagram.com/farees_hussain/"><i class="fab fa-instagram"></i> Instagram</a>
<p class="copyright">© Farees Hussain</p>
</div>
<div class='cursor' id="cursor"></div>
<div class='cursor2' id="cursor2"></div>
<div class='cursor3' id="cursor3"></div>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js%22%3E"></script> -->
<script src="./js/index.js"/>
</body>
</html>