-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshorttask.html
More file actions
41 lines (40 loc) · 1.64 KB
/
shorttask.html
File metadata and controls
41 lines (40 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Short Task</title>
<meta charset="utf-8">
<meta name="description" content="short task assignment for CNIT 132">
<link rel="stylesheet" href="shorttask.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div class="grid">
<div class="grid-area grid-area-1">
<h1>Marble Index Technical Communications</h1>
</div>
<div class="grid-area grid-area-2">
<ul id="nobullets">
<li>About Us</li>
<li>Portfolio</li>
<li>Contact</li>
</ul>
</div>
<div class="grid-area grid-area-3">
<h2>Let us handle your documentation needs!</h2>
<p> Bootstrapping android conversion. Accelerator freemium technology twitter entrepreneur long tail sales. Sales crowdsource business-to-business. Crowdsource product management innovator business-to-business social proof user experience growth hacking responsive web design. </p>
<p> User experience virality pitch low hanging fruit founders scrum project product management angel investor seed round crowdsource. Vesting period niche market customer. Metrics series A financing user experience. Pitch crowdfunding focus angel investor creative entrepreneur branding.</p>
</div>
<div class="grid-area grid-area-4">
<p>
© 2020 Marble Index TC, Inc.
</p>
<p><a href="assignments.html">
BACK
</a>
</div>
</div>
</body>
</html>