-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (80 loc) · 2.9 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Your description goes here">
<meta name="keywords" content="one, two, three">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Source Schneider</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=Open+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- external CSS link -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<nav class="clearfix">
<a href="#" alt="button" class="source">Source</a>
<a href="#" class="hbut" alt="button">Button</a>
<div class="table">
<ul>
<li><a href="#" alt="x">First link</a></li>
<li><a href="#" alt="x">Second link</a></li>
<li><a href="#" alt="x">Third link</a></li>
<li><a href="#" alt="x">Fourth link</a></li>
</ul>
</div>
</nav>
</header>
<!-- -->
<section class="top">
<section class="toptop">
<section class="toptopright">
<img src="laptophone.PNG" alt="laptop and phone">
</section>
<section class="toptopleft">
<span>TAGLINE</span>
<h1>Source helps creators do more of what they love</h1>
<input type="text" placeholder="Placeholder"><!--
--><a href="#">Button</a>
<p>A device that enables collaboration will lessen the chance of work having to be completely redone.</p>
</section>
<section class="moblap">
<img src="laptophone.PNG" alt="laptop and phone">
</section>
</section>
<section class="topbottom clearfix">
<section class="tb1">
<img src="button.PNG">
<h5>Feature one</h5>
<p>In such a test, the user performs realistic tasks by interacting with the paper prototype</p>
<a href="#">First Link ></a>
</section>
<section class="tb2">
<img src="stack.PNG">
<h5>Feature two</h5>
<p>Three techniques of paper prototyping used for usability testing are comps, wireframes</p>
<a href="#">Second Link ></a>
</section>
<section class="tb3">
<img src="moon.PNG">
<h5>Feature three</h5>
<p>Rapid prototyping involves a group of designers who each create a paper prototype</p>
<a href="#">Third Link ></a>
</section>
<section class="tb4">
<img src="ink.PNG">
<h5>Feature four</h5>
<p>Functionality is similarly unimportant, but in this case are closer to the final product</p>
<a href="#">Fourth Link ></a>
</section>
</section>
</section>
<section class="bottom">
<h2>Collecting information about the problem</h2>
<p>In the context of information architecture, information is separate from both knowledge and data, and lies nebulously between them.</p>
</section>
</body>
</html>