-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesignProjects.html
More file actions
72 lines (59 loc) · 2.96 KB
/
designProjects.html
File metadata and controls
72 lines (59 loc) · 2.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/designProjects.css">
<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=IBM+Plex+Serif:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap" rel="stylesheet">
<title>Design Projects</title>
</head>
<body>
<div class="navbar">
<img src="images/myLogo1.png" class="myLogo">
<a href="aboutme.html" class="navText"> <h3>About</h3> </a>
<a href="designProjects.html" class="navText" id="desNav"> <h3>Design Projects</h3> </a>
<a href="photography.html" class="navText"> <h3>Photography</h3> </a>
<a href="digitalArt.html" class="navText"> <h3>Digital Art</h3> </a>
<h3 class="navText" id="resume">Resume</h3> <!-- have this link to a pdf of resume-->
</div>
<span class="navUnderBar"></span>
<div class="largeCards">
<h1 class="pageName">Design Projects</h1>
<img src="images/designpic.png" class="desPic picSize">
</div>
<div class="allProj">
<div class="projSect">
<img src="images/hfbLogo.png" class="projLogo">
<div class="projInfo">
<h4 class="projName">Hugs for Brady Site Redesign: </h4>
<p class="projDescr">Hugs for Brady is a childhood cancer fighting organization. Their Brady Buggy Wagons is one of their donation products that makes them stand out. </p>
<button class="CSButton"> Read Full Case Study</button>
</div>
</div>
<div class="projSect">
<img src="images/doEnergyLogo.png" class="projLogo">
<div class="projInfo">
<h4 class="projName">Department of Energy Makeover:</h4>
<p class="projDescr">It isn’t a secret that government sites are heavily loaded with information, yet are outdated in both looks and navigation.</p>
<button class="CSButton"> Read Full Case Study</button>
</div>
</div>
<div class="projSect">
<img src="images/hprojLogo1.png" class="projLogo">
<div class="projInfo">
<h4 class="projName">'Healthy Project', Healthy Life</h4>
<p class="projDescr">Health is increasingly becoming a bigger topic, especially among young adults who have dedicated a lot of their time and energy into their busy lifestyles and careers. </p>
<button class="CSButton"> Read Full Case Study</button>
</div>
</div>
</div>
<div class="footer">
<h4 class="ftLink" id="resume">Resume</h4>
<h4 class="ftLink">LinkedIn</h4>
<h4 class="ftLink">Email</h4>
<h4 class="ftLink">Instagram</h4>
</div>
</body>
</html>