-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
129 lines (119 loc) · 5.78 KB
/
index.html
File metadata and controls
129 lines (119 loc) · 5.78 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Responsive Portfolio</title>
<meta charset="UTF-8" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: aqua;width: 100%;">
<div class="dropdown show">
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false"
style="border: 3px solid lightgrey; background-color: lightgrey; padding:10px; margin-left: 1240px;">
Imani R. Dillahunt
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink" style="margin-left: 1150px;">
<a class="nav-link" style=color:white href="index.html">
<box style="border: 3px solid lightgrey; background-color:lightgrey; padding:10px;">Home|About</box>
</a>
<a class="nav-link" style=color:white href="portfolio.html">
<box style="border: 3px solid lightgrey; background-color: lightgrey; padding:10px;">Portfolio</box>
</a>
<a class="nav-link" style=color:white href="contact.html">
<box style="border: 3px solid lightgrey; background-color: lightgrey; padding:10px;">Contact</box>
</a>
<a class="nav-link" style=color:white href="https://www.linkedin.com/in/imani-dillahunt-42b4891b9/">
<box style="border: 3px solid lightgrey; background-color: lightgrey; padding:10px;">Linkedin</box>
</a>
<a class="nav-link" style=color:white
href="https://docs.google.com/document/d/1e6loZ9RRvcvf7liZNyAK2ap6fPFCfvF_aXXoA-2fKxM/edit">
<box style="border: 3px solid lightgrey; background-color: lightgrey; padding:10px;">Resume</box>
</a>
</div>
</div>
</nav>
<div class="homecontainer">
<div class="card" id="aboutme" style="width: 28rem;">
<img class="indexpic" id="aboutmepic" src="assets/profilepic2.png">
<div class="card-body">
<h2 class="card-title" style="text-align: center;">About Me</h2>
<p class="card-text">As a Full Stack Web Developer, I am efficient in both the front and back end of web development. In addition to web development I can produce, engineer, analyze, program and design programs and websites. As a former math teacher I am proficient with numbers , equations , arithmetic and geometry. </p>
</div>
</div>
<div class="card" id="Education" style="width: 28rem;">
<img class="indexpic" id="educationpic" src="assets/uncc.jpeg" style="margin-top: 30px;">
<div class="card-body">
<h2 class="card-title" style="text-align: center;">Education</h2>
<p class="card-text">I graduated with honors from The University of North Carolina at Charlotte. My degree is in Elementary Education and a minor in Spanish.
I am currently studying to be a full stack Web Developer with The University of North Carolina at Chapel Hill.
</p>
<img class="indexpic" id="educationpic2" src="assets/unc.jpeg" style="margin-left: 140px; margin-top: -5px;">
</div>
</div>
<div class="card" id="skills" style="width: 28rem;">
<img class="skillspic" id="skillspic" src="assets/skills.png">
<div class="card-body">
<h2 class="card-title" style="text-align: center;">Skills</h2>
<ul class="card-text">
<li>Computer Science applied to JavaScript
(algorithms, efficiency, time complexity, big o notation, data structures)
</li>
<li>
Database
(MySQL, MongoDB)
</li>
<li>
Server side development (node.js, Express, User Authentication, Progressive Web Application(PWAs) MERN stack(mongoDB, Express.jb., react.js, node.js)
</li>
<li>
Browser based technologies
(HTML, CSS, JavaScript, jQuery, responsive design, Bootstrap, handlebars, local storage, session storage, indexedDB, react.js )
</li>
<li>
API Interaction (api, json, ajax)
</li>
<li>
Deployment/ command-line fundamentals
(Heroku, Git, GitHub Pages)
</li>
<li>
C# (ASP.Net)
</li>
<li>
Quality Assurance
( Writing Tests, functional testing, linting, continuous integration)
</li>
</ul>
</div>
</div>
<div class="card" id="contactinfo" style="width: 28rem;">
<img class="contactpic" id="contactpic" src="assets/contact.jpeg">
<div class="card-body">
<h2 class="card-title" style="text-align: center;">Contact Infomation</h2>
<p class="card-text">
<a href="mailto:imanidillahunt@gmail.com ">Email</a>
<br>
<a href="https://github.com/imanid-code">Github Repositories</a>
<br>
<a href="tel:+7044129954">Mobile Number: 704-412-9954</a>
</div>
</div>
</div>
</div>
</body>
<br>
<footer class="f1">
Copyright 2020 Imani Dilllahunt
</footer>
</html>