-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio8.html
46 lines (41 loc) · 1.88 KB
/
portfolio8.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Developing new user-facing features using React.js </title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif:ital@1&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> <link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<div class="nav-wrapper">
<div class="left-side">
<div class="nav-link-wrapper".active-nav-link">
<a href="index.html">Home</a>
</div>
<div class="nav-link-wrapper">
<a href="about.html">About</a>
</div>
</div>
<div class="right-side">
<div class="brand">
<div>VALERIE ELIZABETH</div>
</div>
</div>
</div>
<div class="content-wrapper">
<div class="two-column-wrapper">
<div class="profile-image-wrapper">
<img src="Images/Images/twopeople.jpg" alt="Myself">
</div>
<div class="profile-content-wrapper">
<h1>Created multiple platforms and websites.</h1>
<p> Created multiple platforms and websites. Building successful applications requires a thoughtful and strategic approach, combining technical expertise with user-centric design and a deep understanding of the target audience and market. Here are some
key elements to consider when aiming for success
</p>
</div>
</div>
</body>
</html>