-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirstclass.html
82 lines (80 loc) · 2.17 KB
/
firstclass.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
<!DOCTYPE html>
<html>
<head>
<title>My Portfolio</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<script src="index.js"></script>
<div class="Main_container">
<div class="header">
<h1>Hafiz Annas Amer</h1>
<p> <b>House#185/A ,karim block<br>
Allama Iqbal Town, Lahore<br>
Contact: 03075116659<br>
Email: hafiz.anas78@gmail.com</b></p>
<img src="img.jpg">
</div>
<div class="content_first">
<h2>Education</h2><hr>
<p><b>The University of Lahore</b> 2013-2018 <br>
[Bachelors in computer science]<br>
Computer science
</p>
<p><b> Govt. College of science wahdat road, Lahore</b> 2011-2013<br>
[Pre-Engineering]<br>
♦[Physics, Chemistry, Math]
</p>
</div>
<div class="content_second">
<h2>PROJECTS</h2><hr>
<p> <b>Final year project</b> September 2017<br>
♦ [Android Application for Delivery System Using Tracking]<br>
Android development project
</p>
<p>♦ [Made an Application for Water Filtration Plant ]<br>
Web development project</p>
<p>
♦ [Maintaining website (www.Brandybaba.com]
</p>
</div>
<div class="content_third">
<h2>EXPERIENCE</h2><hr>
<p> ♦ Internship at Technologics<br>
♦ Team member of USS (UOL sports society)<br>
♦ Team member of UOl Debating Club<br>
♦ Manager at E-commerce Site (www.brandybaba.com)<br>
</p>
</div>
<div class="content_fourth">
<h2>SKILLS</h2><hr>
<p> ♦ Languages: C++, C#, JAVA, HTML, JavaScript, Assembly language<br>
♦ Development tools: Visual Studio, Android Studio, SQL management studio, Linux (Redhat)<br>
♦ Frameworks: Android<br>
</p>
</div>
<div class="contact_us">
<h2>CONTACT US</h2>
<table>
<tr>
<th>Name</th>
<th>Address</th>
<th>Email</th>
<th>Telephone</th>
</tr>
<tr>
<td>Annas Amer</td>
<td>Karim Block,Lahore</td>
<td>Hafiz.anas78@gmail.com</td>
<td>03075116659</td>
</tr>
</table>
</div>
<a href="ABOUT.html">
<button>
<h3>ABOUT ME</h3>
</button>
</a>
</div>
</body>
</html>