-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (108 loc) · 6.08 KB
/
index.html
File metadata and controls
111 lines (108 loc) · 6.08 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="https://fonts.google.com/">
<title>Jared Atandi</title>
</head>
<body>
<!-- Use flexbox on the main container -->
<div>
<div class="container">
<div >
<div>Hello, I am </div>
<h1 class="name">Atandi.</h1>
<p class="abt_p">I am an Electrical Telecommunications Engineering who
enjoys connecting the dots: be it ideas from <br> different
disciplines, people from different teams, or applications from
various industries. I have strong technical <br> skills and an academic
background in engineering, statistics, web development, and Object-Oriented Programming.
</p>
<p>
My passion lies in solving business problems and
communicating complex ideas to non-technical stakeholders.
<br> I can jump across verticals to deliver high-level technically written
solutions.
</p>
<p>
In my graduate studies, I've taken on various leadership roles, including mentoring
three undergraduate interns, <br>coordinating institute-wide events for hundreds of people, and leading clubs.
</p>
<p>
I'm graduating in November 2021, and I'm interested in part-time Electrical or Telecommunications roles.
<br> Please feel free to get in touch with me via email at <a href="mailto:jaredatandi07@gmail.com">jaredatandi07@gmail.com </a> or use the
contact button at the end of this page.
</p>
<p>
Proficient: Networking(WAN, LAN, Routing and Switching, IP, e.t.c) Excel. Electrical Design, Electrical Installations,
<br> Microsoft, Windows, e.t.c
<br>Knowledgeable: SQL, JavaScript (JQuery, JSON, DOM)
<br>Familiar: HTML, CSS.
</p>
</div>
<!-- TODO: crop the image -->
<div>
<img class="image_1" src="images/image_1.jpg" alt="image_1">
</div>
</div>
<div>
<h1>About Me</h1>
<p>
I specialize in developing complicated but impressive web applications
, designing front-end solutions, <br> and creating responsive websites. <br>
I have read almost 1200 books in different field. Among the notable ones include: <br>
<ul>
<li>The Monk who sold His Ferrari</li>
<li>The subtle art of not giving a fuck</li>
<li>48 laws of power</li>
<li>Who moved my Cheese</li>
<li>Emotional Intelligence <small>Why it can matter more than IQ</small></li>
<li>Working with Emotional intelligence</li>
</ul>
</p>
</div>
<div>
<div>
<h2 class="abt_title">Here is a list of <span class="spn">pages I have created</span> so far.</h2>
<div class="container_abt">
<div>
<a href="https://github.com/jaredatandi/ManhattanZoo.git" rel="github_link" target="blank"> ManhattanZoo</a>
<p>A diet guide to feeding the animals found in Manhattan Zoo with the right schedule <br> and amount of
food in pounds that each animal needs to be fed. <br>
The project is written in a pseudocode language that gives logical description <br>
to how the animals are scheduled to eat </p>
</div>
<div>
<a href="https://github.com/jaredatandi/appJay.git" rel="github_link" target="blank"> appJay</a>
<p>An app project that is still in development stages with the idea <br> existing on github.</p>
</div>
<div>
<a href="https://github.com/jaredatandi/myWebsite.git" rel="github_link" target="blank"> myWebsite</a>
<p>My personal website that contains an online CV and major events in my life. It is majorly written in HTML 5 <br>
with an incomplete css file that is yet to be completed. <br> My Cv website is the most fascinating thing
that I am about to create. </p>
</div>
</div>
</div>
</div>
<div>
<h1>Interest and Hobbies</h1>
<p>At the moment, I have set out to rediscover what I love in this life. But had someone asked me the question <br>
about my hobbies a year ago, I wouldn't hestitate to let them know how much I loved swimming, hiking, working out, <br>
travelling (majorly around Kenya), and reading amazing books. </p>
</div>
</div>
<div class="">
<button type="button" class="btn btn-primary btn-lg btn-block"><a id="email_btn" href="mailto:jaredatandi07@gmail.com"> Write me an Email</a></button>
</div>
<!-- Script -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</body>
</html>