-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.html
54 lines (42 loc) · 1.65 KB
/
intro.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Introduction</title>
<link rel="stylesheet" href="intro.css">
<link rel="stylesheet" href="cvv.css">
<script src="https://kit.fontawesome.com/b99e675b6e.js"></script>
</head>
<body>
<div class="navbar">
<a href="index.html"> Home</a>
<a href="cv.html"> CV</a>
<a class="active" href="intro.html"> Intro</a>
<a href="project.html"> Project</a>
<a href="readme.html">ReadMe</a>
<a href="validte.html"> Validation</a>
</div>
<div class="resume">
<div class="resume_right">
<div class="resume_item resume_about">
<div class="title">
<p class="bold">Introduction</p>
</div>
<p>I am Huzaifa Ashraf and I am Computer Scientist to be. My aim in life is to make my existance useful to others through my skills. My problem solving skills tends to target the problem of the modern world and provide easy solution to it.</p>
</div>
<div class="resume_item resume_work">
<div class="title">
<p class="bold">Why I am Different?</p>
</div>
<p>Many people want to work alone to get the full credit but I believe in group work. My leadership and team working skills make me different from others. </p>
</div>
<div class="resume_item resume_education">
<div class="title">
<p class="bold">What I can Contribute?</p>
</div>
<p>I can contribute by making others life easy through my skills. I can optimize the complexity of various algorithms. I can provide online consultancy to those who wish to opt this field</p>
</div>
</div>
</div>
</body>
</html>