forked from TheCodingDojo/webFun_css_plotting_your_blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPortfolio.html
More file actions
80 lines (53 loc) · 2.56 KB
/
Portfolio.html
File metadata and controls
80 lines (53 loc) · 2.56 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
<!DOCTYPE html>
<html>
<title> Portfolio</title>
<link rel="Stylesheet" href="portfolio.css">
<div class="top-box">
<h1> Jayne Doe</h1>
<h2> Masters of Shadow and Internet!</h2>
</div>
<div class="big-box">
<img src="D:\Portfolio\Girl.jpg" alt="Profile Picture">
<div class="about-me">
<h3> About...</h3>
<p> Hello!! I am extremely driven and creative Full Stack developer
who is currently open for front-end or back-end web developer in the Greater Seattle Area.
<br>
I am a recent graduate of Coding Dojo, a coding
school located in Bellevue, WA that teaches 3 full stacks
in three months.
I'm capable of learning new
technologies very quickly, amd am
always looking for
opportunities to further expand my skills
and grow as a developer. </p>
</div>
<div class="left-box">
<h3> LA MODE</h3>
<img src="D:\Portfolio\La Mode.png" alt="image" width="317px">
<p> La MOde is an E commerce website for designed to market various
clothing products. Users are able to view the available garments, select
their desired quantity, and
compile a shopping cart for making a final purchase.
</p>
<div class="middle-box">
<h3> Family Contacts</h3>
<img src="D:\Portfolio\family.png" alt="family picture" width="317px">
<p>Family Contacts is a free application for managing, sharing
and visualizing your family relationships foe both extended and
immediate family. As a essential feature of the project, your login information
determines who you can see and reveals how people are related to you.
</p>
</div>
<div class="right-box">
<h3>fiveEleven</h3>
<img src="D:\Portfolio\3rd image.png" alt="img" width="317px">
<p>Five Eleven is a data visualizing project built on the Python software stack. The application transforms
the developer job-hunt into a more visual, user friendly experience. Based on location,
technology popularity, and the other vast data sets, users may easily visualize the varying
sizes and concentrations of the junior developer job market across the nation.
</p>
</div>
</div>
</div>
</html>