-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
175 lines (160 loc) · 6.6 KB
/
index.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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html>
<head>
<title>Jesse Flippen - Portfolio</title>
<link rel="stylesheet" href="./style.css"/>
<script src="./script.js"></script>
</head>
<body>
<!-- Navigation Bar -->
<nav>
<div id="home">
<div class="profile_name">
Jesse Flippen
<div class="contact_info">
<img src="./icons8-gmail-48.png"/>
</div>
<div style="clear:both;"></div>
<div class="contact_info">
<img src="./icons8-phone-50.png"/>
214-208-3281
</div>
</div>
<div class="topdiv">
<a class="topmenu" href="#about-me">About Me</a>
<!-- Add the links for Skills, Projects and Recommendation here -->
<a class="topmenu" href="#about-me">Skills</a>
<a class="topmenu" href="#about-me">Projects</a>
<a class="topmenu" href="#about-me">Reccommendations</a>
</div>
</div>
</nav>
<!-- About Me -->
<section id="about-me" class="container">
<div>
<img src="https://sdk.bitmoji.com/render/panel/20063706-99584631900_7-s5-v1.png?transparent=1&palette=1&scale=2" class="profile_image"/>
</div>
<div>
<h1>
Hey there, I'm Jesse Flippen! <img src="./profile%20pic.jpg" width="60px"/>
</h1>
<p>
I'm a passionate software developer with a love for clean code and problem-solving. My journey began in the world of sales, where I honed my communication skills and learned the art of building relationships. But my heart always beat to the rhythm of Python scripts and SQL queries.
</p>
<p>
As a developer, I thrive on collaboration. I believe that the best solutions emerge when diverse minds come together. Whether it's pair programming, contributing to open-source projects, or brainstorming ideas over a cup of coffee, count me in!
</p>
<p>
My toolbox includes Python, SQL, and a growing fascination with APIs. I've dipped my toes into GitHub, and while I'm not yet a Git ninja, I'm committed to learning more. Certifications? You bet! I've earned my stripes in [mention any relevant certifications].
</p>
<p>
When I'm not typing away at my keyboard, you'll find me exploring the latest tech blogs, experimenting with new libraries, or hiking in the great outdoors. Oh, and I'm a firm believer that debugging is just a fancy word for "adventure time."
</p>
<p>
Let's connect! Reach out via email at [[email protected]] or find me on LinkedIn. I'm always up for a chat about code, cats, or the mysteries of the universe.
</p>
</div>
</section>
<!-- Skills -->
<section id="skills">
<h2>Skills</h2>
<div style="clear:both;"></div>
<div class="all_skills">
<div class="skill">
<img src="html_finalprojimages/html5.png"/>
<h6>HTML</h6>
<p>2 years experience</p>
</div>
<div class="skill">
<img src="html_finalprojimages/js.jpeg"/>
<h6>JavaScript</h6>
<p>3 years experience</p>
</div>
<!-- Add more skills here -->
</div>
</section>
<!-- Projects -->
<section class="projects" id="projects">
<h2>
Projects
</h2>
<div style="clear:both;"></div>
<div id="projects-container" class="projects-container">
<div class="project-card">
<h3>Chatbot</h3>
<ul>
<li>Developed a secure website integrated with chatbot for an automobile client using HTML, CSS, JavaScript and IBM Watson Assistant</li>
</ul>
</div>
<hr>
<div class="project-card">
<h3>Sentiment Analyzer</h3>
<ul>
<li>Developed and deployed a sentiment analyzer for the box reviews section of an eCommerce platform using IBM NLU</li>
</ul>
</div>
<hr>
<div class="project-card">
<h3>Fashion Website</h3>
<ul>
<li>Created a styled multi-page website for a new player in the fashion industry and integrated it with a shopping cart, using stripe for payment gateway</li>
</ul>
</div>
</div>
</section>
<div style="clear:both;"></div>
<!-- Recommendations -->
<section id="recommendations">
<h2>Recommendations</h2>
<div style="clear:both;"></div>
<div class="all_recommendations" id="all_recommendations">
<div class="recommendation">
<span>“</span>
Jane is a very quick learner and quickly grasps key concepts of Web development.
She got a great attitude & she is an excellent team player.
She has a curious mind and asks the right question.
She takes initiative within a team and has potentials to lead the team.
<span>”</span>
</div>
<div class="recommendation">
<span>“</span>
Working with Jane has been an awesome experience.
She is highly knowledgable and always goes the extra step to make sure everything is right.
For any future projects that need her expertise I would definitely want to work with her again.
<span>”</span>
</div>
<div class="recommendation">
<span>“</span>
I had worked along with Jane during the initial phase of our venture which needed Web development.
She is a committed resource who has in depth knowledge about the domain.
She will be an asset for any organisation!
<span>”</span>
</div>
</div>
</section>
<!-- Recommendation Form -->
<section id="contact">
<div class="flex_center">
<fieldset>
<legend class="introduction">Leave a Recommendation</legend>
<input type="text" placeholder="Name (Optional)"> <br/>
<textarea id="new_recommendation" cols="500" rows="10" placeholder="Message"></textarea>
<div class="flex_center">
<button id="recommend_btn" onclick="addRecommendation()">Submit</button>
</div>
</fieldset>
</div>
</section>
<div class="iconbutton">
<a href="#home">
<!--Add the code here for the logo to appear and the icon to be actionable-->
</a>
</div>
<div class="popup" id="popup" class="flex_center">
<img src="html_finalprojimages/checkmark--outline.svg"/>
<h3><!-- Add appropriate text here--></h3>
<button onclick="showPopup(false)">Ok</button>
</div>
</body>
</html>