-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
143 lines (130 loc) · 4.08 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<!-- <link
href="https://fonts.googleapis.com/css?family=Architects+Daughter"
rel="stylesheet"
type="text/css"
/> -->
<link
rel="stylesheet"
type="text/css"
href="stylesheets/stylesheet.css"
media="screen"
/>
<link
rel="stylesheet"
type="text/css"
href="stylesheets/github-light.css"
media="screen"
/>
<!-- <link
rel="stylesheet"
type="text/css"
href="stylesheets/print.css"
media="print"
/> -->
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Portfolio by LybaFatimaNasir</title>
</head>
<body>
<header>
<div class="inner">
<h1>Portfolio</h1>
<h2>Hi, I'm Lyba Fatima Nasir.</h2>
<a
href="https://github.com/LybaFatimaNasir/myPersonnalSite"
class="button"
><small>View project on</small> GitHub</a
>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<ul>
<li><a href="home.html"> Home</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="index.html">About Me</a></li>
</ul>
<div>
<h1>
<!-- <a
id="hi im-lyba-fatima-nasir"
class="anchor"
href="#------------hiim-lyba-fatima-nasir--------"
aria-hidden="true"
><span aria-hidden="true" class="octicon octicon-link"></span
></a> -->
Hi, I'm Lyba Fatima Nasir
</h1>
<h3>
<!-- <a
id="----------------a-beginner-web-developer---------"
class="anchor"
href="#----------------a-beginner-web-developer---------"
aria-hidden="true"
><span aria-hidden="true" class="octicon octicon-link"></span
></a> -->
<p>
A perspective computer scientist graduated from University of
Engineering and Technology, Lahore. I am ambitious to code. I
love new challenges. I love to explore new things about
technology. There days, I am working as Quality Assurance Engineer at NetSol
</p>
<p>
<h3> These days, I am focused on:
<ui></ui>
<br>
<li> Quality Assurance - Testing </li>
<li>UIUX Designing</li>
<li>Mobile application development</li>
</p>
</h3>
</div>
<div>
<h2>
<!-- <a
id="----about-me-"
class="anchor"
href="#----about-me-"
aria-hidden="true"
><span aria-hidden="true" class="octicon octicon-link"></span
></a> -->
</h2>
<p></p>
</div>
</code></pre>
</section>
<aside id="sidebar">
<a
href="https://github.com/LybaFatimaNasir/myPersonnalSite/zipball/master"
class="button"
>
<small>Download</small>
.zip file
</a>
<p class="repo-owner">
<a href="https://github.com/LybaFatimaNasir/myPersonnalSite"></a> is
maintained by
<a href="https://github.com/LybaFatimaNasir">LybaFatimaNasir</a>.
</p>
<p>
This page was generated by
<a href="https://pages.github.com">GitHub Pages</a> using the
Architect theme by
<a href="https://twitter.com/jasonlong">Jason Long</a>.
</p>
</aside>
</div>
</div>
</body>
</html>