-
Notifications
You must be signed in to change notification settings - Fork 0
/
Portfolio_Insure.html
153 lines (111 loc) · 4.9 KB
/
Portfolio_Insure.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
<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">
<title>Jonathan's Portfolio_Insure</title>
<link rel="stylesheet" href="Portfolio_Manage.css">
</head>
<body>
<div class="page_margin">
<!-- HEADER -->
<header id="header">
<nav id="navigation">
<div class="logo">
<img src="Images/Combined_Shape_Header.png" alt="">
</div>
<div class="navigation_links">
<a href="./index.html">HOME</a>
<a href="./Portfolio_Index.css">PORTFOLIO</a>
<a href="./Portfolio_Contact_Me.html">CONTACT ME</a>
</div>
</nav>
</header>
<div class="image_area1">
<div class="image006">
</div>
<div class="image005">
</div>
</div>
<section class="main_body">
<div class="main_body1">
<h2>Manage</h2>
<p>This project required me to build a fully responsive landing page to the designs provided. I used
HTML5,
along with CSS Grid and JavaScript for the areas that required interactivity, such as the
testimonial
slider.</p>
<p class="blue_text">Interaction Design / Front End Development</p>
<p class="blue_text">HTML / CSS / JS</p>
<button class="main_button">VISIT WEBSITE</button>
</div>
<div class="main_body2">
<div class="mainbody2">
<h2>Project Background</h2>
<p>This project was a front-end challenge from Frontend Mentor. It’s a platform that enables you to
practice building websites to a design and project brief. Each challenge includes mobile and
desktop designs to show how the website should look at different screen sizes. Creating these
projects has helped me refine my workflow and solve real-world coding problems. I’ve learned
something new with each project, helping me to improve and adapt my style.</p>
<h2>Static Previews</h2>
</div>
<div class="manage_bg">
<img class="image0" src="/Images/Insure_3.png" alt="">
</div>
<div class="manage_bg">
<img class="image1" src="/Images/Insure_4.png" alt="">
<img class="image2" src="/Images/Insure_5.png" alt="">
<img class="image3" src="/Images/Insure_6.png" alt="">
</div>
</div>
</section>
<div class="next_prev">
<div>
<a href="./Portfolio_Bookmark.html"><img src="./Images/Manage_7.svg" alt=""></a>
</div>
<div class="h31">
<h3>Bookmark</h3>
<p>Previous Project</p>
</div>
<div class="next_prev2">
</div>
<div class="h32">
<h3>Fylo</h3>
<p>Next Project</p>
</div>
<a href="./Portfolio_Fylo.html"><img src="./Images/Manage_8.svg" alt=""></a>
</div>
<!-- CONTACT ME -->
<section id="contact_me">
<div class="contactme_text">
<h2>Interested in doing a project together?</h2>
</div>
<div class="line">
</div>
<div class="contact_button">
<a href="./Portfolio_Contact_Me.html"></a><button>CONTACT ME</button></a>
</div>
</section>
</div>
</div>
<!-- FOOTER -->
<section id="footer">
<nav id="footer_navigation">
<div id="footer-menu">
<div class="footer_navigation_links">
<img src="Images/Combined_Shape_Footer.png" alt="">
<a href="./index.html">HOME</a>
<a href="./Portfolio_Index.html">PORTFOLIO</a>
<a href="./Portfolio_Contact_Me.html">CONTACT ME</a>
</div>
</div>
<div id="socials">
<a href="https://twitter.com/JagunKolawole"><img src="./Images/twitter_logo.svg" alt=""></a>
<a href="https://www.linkedin.com/in/jonathan-kolawole-1a4074142/"><img src="./Images/linkedin_logo.svg"
alt=""></a>
<a href="https://github.com/Jagunmolu"><img src="./Images/github_logo.svg" alt=""></a>
</div>
</nav>
</section>
</body>
</html>