-
Notifications
You must be signed in to change notification settings - Fork 0
/
prototypes.html
29 lines (25 loc) · 1.81 KB
/
prototypes.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
<!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="icon" type="image/png" href="assets/img/favicon.png">
<link rel="stylesheet" href="assets/css/landing-page.css">
<title>Team - Prototypes</title>
</head>
<body class="bg">
<div class="omotac">
<a href="index.html"><img src="assets/img/team_land0.png" alt="logo"></a>
<h1>You can see UI prototypes on the following links:</h1>
<a href="https://www.figma.com/proto/c0WvHf9FSSY06F6MPpNccV/Team-platform?node-id=130%3A71&scaling=contain&page-id=130%3A2" target="_blank" class="block">P00_Wireframes</a>
<a href="https://www.figma.com/proto/c0WvHf9FSSY06F6MPpNccV/Team-platform?node-id=11%3A3&scaling=min-zoom&page-id=8%3A21" target="_blank" class="block">P01_Homepage</a>
<a href="https://www.figma.com/proto/c0WvHf9FSSY06F6MPpNccV/Team-platform?node-id=9%3A542&scaling=scale-down&page-id=8%3A21
" target="_blank" class="block">P02_Blog Single Page</a>
<a href="https://www.figma.com/proto/c0WvHf9FSSY06F6MPpNccV/Team-platform?node-id=9%3A399&scaling=scale-down&page-id=8%3A21" target="_blank" class="block">P03_Blog Post Page</a>
<a href="https://www.figma.com/proto/c0WvHf9FSSY06F6MPpNccV/Team-platform?node-id=67%3A23&scaling=min-zoom&page-id=8%3A21" target="_blank" class="block">P04_Team Meeting UI</a>
<a href="https://www.figma.com/proto/c0WvHf9FSSY06F6MPpNccV/Team-platform?node-id=157%3A79&scaling=scale-down&page-id=131%3A2" target="_blank" class="block">P05_mobile</a>
<a href="https://www.figma.com/proto/c0WvHf9FSSY06F6MPpNccV/Team-platform?node-id=69%3A8&scaling=contain&page-id=59%3A0" target="_blank" class="block">P06_Landing</a>
</div>
</body>
</html>