-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
85 lines (69 loc) · 4.57 KB
/
aboutme.html
File metadata and controls
85 lines (69 loc) · 4.57 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE HTML>
<html>
<head>
<title>Imran's Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">My Portfolio</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="aboutme.html">About Me</a></li>
<li><a href="itskills.html">IT Skills</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="webdesign.html">Web Design</a></li>
<li><a href="education.html">Education</a></li>
</ul>
<ul class="icons">
<li><a href="https://github.com/Imranu" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/imran-u-1a5104213/" class="icon brands fa-linkedin"><span class="label">Instagram</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<header class="major">
<h1>Hello! I'm Imran</h1>
<p>I'm passionate about everything tech.</p>
</header>
<p>Hi, I'm Imran a tech enthusiast from Hertfordshire. First & foremost, I'm a student, I love to learn! In my spare time I work on improving my IT Skills, my main method of study is utilising online resources but my favorite way to learn is by practicing! My goal is to become a skilled software developer. Currently I work at Hertfordshire Independent Living Service a local nonprofit as a team we provide support to our clients who are elderly or vulnerable. </p>
<hr />
<p>I like to understand the fundamentals of how things work. I have grown with the rapid barrages of ever-changing technology and I never fail to keep up with current innovation. As a person, I am reliable and self-motivated to complete tasks that I come across. I am passionate about learning new skills. I always question what I do not understand and make it a goal to seek advice so I can improve on anything until I am fully confident and sure in my abilities. I am able to use my initiative to ensure that all work is done efficiently and to the correct standard. I am determined in achieving goals and have ambitions that I am working towards achieving. I’m looking for a role where I can develop my professional skills in a supportive and engaging environment. </p>
<h4>I am proud of my:</h4>
<ul>
<li>Problem-solving abilities</li>
<li>Passion to learn and increase knowledge</li>
<li>Ability to lead and organize</li>
<li>Knowledge of the latest technology</li>
<li>Written and oral communication skills</li>
</ul>
<div class="image main"><img src="images/pic01.jpg" alt="" /></div>
<p>I enjoy reading, using most technology and being challenged. Learning new languages is a valued quality that I am passionate about it enables me to interact with people and develop my skills. As of late, I've been an active member of an investing group, in which we have constantly been overcoming many difficult challenges. This has enabled me to interact with a large amount of people to focus on completing goals as a team. I've been given many roles in my work and in my education, representing these groups and showing my ability to adapt quickly to different types of people. I've been assigned as a leader for different tasks, providing me with many opportunities to prove my leadership skills.</p>
</section>
</div>
<!-- Copyright -->
<div id="copyright">
<ul><li>© My Portfolio, Imran Uddin</li><li>Design: Inspired by, HTML5 UP -Massively</li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>