-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·62 lines (47 loc) · 2.29 KB
/
index.html
File metadata and controls
executable file
·62 lines (47 loc) · 2.29 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>About | ParwizRahimi's Bio</title>
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<meta name="viewport" content="width=device-width, initial scale=1">
</head>
<body>
<header id="masthead">
<div class="container">
<a href="index.html" id="logo">Parwiz Rahimi</a>
<nav>
<a href="index.html">About </a>|
<a href="portfolio.html">Portfolio </a>|
<a href="contact.html">Contact</a>
</nav>
</div>
</header>
<div id="main-container" class="container">
<section class="main-section">
<div class="flagpic">
<img class="flagpic" src="assets/images/Afghanistan.jpg" width ="80" height="70" alt="afghanistanflag">
<img src="assets/images/usa.jpg" width ="80" height="70" alt="USAflag">
</div>
<H1>About Me</H1>
<img src="assets/images/mypic.jpg" class="auth-image" alt="ParwizRahimi">
<p>Hello my name is Parwiz Rahimi, i was born in Afghanistan, i live in northern Virginia, Fairfax county now.I am graduated from kabul university with a bachelor degree in economics and finished my master degree in business administration with concentration on Information technology management, i moved to Virginia in 2008. I have always been interested in IT field, i love learning new skills and programs in computer field.</p>
<p>I was teaching Microsoft Office programs for many years. now i am a web developer, i spend most of my time, experimenting with HTML,CSS and Javascrip, I enjoy working on challenging assignments which makes me to learn something new. i love teaching and creating websites. </p>
</section>
<section class="sidebar">
<div id="connect">
<h2>Connect with Me</h2>
<a href="#"><img src="assets/images/github.png" class="social" alt="GitHub" /></a>l
<a href="#"><img src="assets/images/linkedin.png" class="social" alt="LinkedIn" /></a>
<a href="#"><img src="assets/images/stackoverflow.jpg" class="social" alt="stackoverflow" /></a>
</div>
</section>
</div>
<footer>
<div class="container">
Copyright © 2017 ParwizRahimi
</div>
</footer>
</body>
</html>