-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
140 lines (133 loc) · 5.58 KB
/
project.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
<!DOCTYPE html>
<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">
<link rel="stylesheet" href="styles/style.css" />
<script src ="/scripts/scripts2.js"></script>
<title>Document</title>
</head>
<header>
<div class="top-nav">
<a href="index.html"><img class="circle-logo" src="project-assets/logos/circle.svg" alt="Circle logo" /></a>
<input id="menu-toggle" type="checkbox" />
<label class='menu-button-container' for="menu-toggle">
<div class='menu-button'></div>
</label>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="index.html#services">Services</a></li>
<li class="contact-only-mobile"><a href="contactus.html">Contact Us</a></li>
</ul>
<ul class="menu button-top-nav">
<li><a href="/contactus.html">Contact Us</a></li>
</ul>
</div>
</header>
<body>
<div class="main">
<h1 id="projects-height">Simplify</h1>
<div class="project-info-container">
<div id="project-description" class="bodyIntrotextMedium">UI Design & App development</div>
<div class="bodyIntrotextRegular">Completed on <span id="project-date">June 22, 2021</span></div>
</div>
<img id="project-image" class="img-banner" src="/project-assets/projects-section/1.jpg" alt="Projects banner" />
<p id="project-content" class="bodyIntrotextRegular">
Look, just because I don't be givin' no man a foot massage don't make it right for Marsellus to throw
Antwone into a
glass motherfuckin' house, fuckin' up the way the nigger talks. Motherfucker do that shit to me, he better
paralyze
my ass, 'cause I'll kill the motherfucker, know what I'm sayin'?
The path of the righteous man is beset on all sides by the iniquities of the selfish and the tyranny of evil
men.
Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of darkness,
for he
is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great
vengeance
and furious anger those who would attempt to poison and destroy My brothers. And you will know My name is
the Lord
when I lay My vengeance upon thee.
Well, the way they make shows is, they make one show. That show's called a pilot. Then they show that show
to the
people who make shows, and on the strength of that one show they decide if they're going to make more shows.
Some
pilots get picked and become television programs. Some don't, become nothing. She starred in one of the ones
that
became nothing.
</p>
</div>
<!-- Projects Section -->
<section id="other-projects" class="projects">
<h3>Other Projects</h3>
<div id="other-projects-list" class="projectsWrap">
<div id ="class="project1">
<img src="./project-assets/projects-section/4.jpg" alt="">
<h4 class="bodyIntrotextMedium">Simplify</h4>
<p class="headLinetextRegular">UI Design & App Development</p>
<a class="headLinetextRegular" href="">Learn more</a>
</div>
<div class="project1">
<img src="./project-assets/projects-section/5.jpg" alt="">
<h4>Dashcoin</h4>
<p class="headLinetextRegular">Web Development</p>
<a class="headLinetextRegular" href="">Learn more</a>
</div>
<div class="project1">
<img src="./project-assets/projects-section/6.jpg" alt="">
<h4>Vectorify</h4>
<p class="headLinetextRegular">User Experience Design</p>
<a class="headLinetextRegular" href="">Learn more</a>
</div>
</div>
</section>
<section class="yellowsection">
<h3>Do you have any questions?</h3>
<p class="bodyIntrotextRegular">Let us help you!</p>
<form>
<div class="flex-horizontally">
<div class="iconstyles">
<label class="subscribetoEmail" for="email"></label>
<i class="fa-regular fa-envelope"></i>
<input class=" " type="email" id="email" name="email" placeholder="Enter your email ">
</div>
<input class="questionsCTAButton " type="submit" value="Subscribe">
</div>
</form>
</section>
</body>
<footer>
<div class="footerOuter">
<div class="logoandText">
<a href="index.html"><img src="/project-assets/logos/circle.svg" alt=""></a>
<p class="headLinetextRegular">2972 Westheimer Rd. Santa Ana,</p>
<p class="headLinetextRegular"> Illinois 85486 </p>
</div>
<div class="footerInfoLists">
<ul class="headLinetextRegular">
<li>
Team
</li>
<li>
Services
</li>
<li>
About Us
</li>
</ul>
<ul class="headLinetextRegular">
<li>
Press
</li>
<li>
Projects
</li>
<li>
Privacy Policy
</li>
</ul>
</div>
</div>
</footer>
</html>