-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio5.html
53 lines (48 loc) · 2.58 KB
/
portfolio5.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
<!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/editing.jpg" alt="people editing.">
</div>
<div class="profile-content-wrapper">
<h1>Participate in daily stand-ups, bi-weekly sprint planning,
and sprint retrospectives for the team.</h1>
<p>In participate in daily stand-ups, bi-weekly sprint planning, and sprint retrospectives for the team I
am a innovative individuals who love solving problems and is committed to developing themselves and learning new
skills. I have build cohesive digital experiences across university properties, while developing, deploying and
optimizing digital marketing efforts that drive engagement, strengthen the brand and promote a range of strategic
priorities for The University of Texas at Austin. As part of the UMAC Web Development, this role will build, deploy
and maintain a wide range of public-facing digital products. Those products include the university’s core utexas.edu
site, as well as multiple sites and applications related to marketing, communications, admissions, development,
university administration, and the President’s Office.
</p>
</div>
</div>
</body>
</html>