-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathview.html
69 lines (63 loc) · 1.41 KB
/
view.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
<html>
<head>
<title>
funcc
</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div class="srtops1">
<font color=blue size=6>
<h2> Future </h2>
</font>
<font size=6>
<h2><b> Projects</b></h2>
</font>
</div>
<p class="srtops">
Check out some featured projects we've been working on. Want to see more? Contact us for more information.
</p>
<a href="https://www.orizon.co/talent-com">
<div class ="stops2" id="link1">
<div class="rtops3">
<h3>talent<sub>.com</sub></h3>
<h2>YOUR NEXT JOB</h2>
<p>
Rebranding , Strategy and Design for one of the world largest job searching platform.
</p>
</div>
<img src="tu.jpg" class="imgsr1" >
</div>
</a>
<a href="https://www.orizon.co/longwalks">
<div class ="stops22" id="link1">
<div class="rtops33">
<h3>Longwalks</h3>
<h2>JOURNAL TOGETHER</h2>
<p>
Longwalks is an Online journal that helps friends and families develop closer relationships.
</p>
</div>
<img src="c.jfif" class="imgsr11" >
</div>
</a>
<a href="https://www.orizon.co/social-meet-up">
<div class ="stops222" id="link1">
<div class="rtops333">
<h3>Adobe</h3>
<h2>SOCIAL MEET UP</h2>
<p>
To help Adobe release their new product,we created a UI kit that the design community loved.
</p>
</div>
<img src="b.jfif" class="imgsr111" >
</div>
</a>
<div class="topnav">
<div id = "button-positionsr">
<button class="buttonsr">
<a href="back.html">VIEW ALL →</a>
</button>
</div>
</body>
</html>