-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUI2.html
81 lines (71 loc) · 3.05 KB
/
UI2.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
<!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" />
<title>UI/UX</title>
<link rel="stylesheet" href="/css/UI2.min.css" />
</head>
<body>
<div class="header">
<div>
<ul>
<a href="Home.html" class="smoothScroll" style="text-decoration: none;">Back Home</a>
</ul>
</div>
</div>
<div class="xcontainer">
<div id="x"><h1>My Collection of User interface Designs</h1></div>
<!-- <div id="xhello">Say hello to the future.</div> -->
<!-- <div id="xpic">
<img
src="https://s31.postimg.org/c5aghhgmz/iphonex.png"
alt="iPhone X"/>
</div> -->
</div>
<div class="row">
<div class="column" style="background-color:rgb(190, 190, 190);">
<h2>To Do App</h2>
<p>UI of to do list app, it allows you to add, save, delete task + doing them in bulk<br>(.Net MAUI, Xamarin, C#, SQLite )</p>
<img src="/images/iphone14.png" id="iphone8pic" />
<img src="/images/iphone142.png" id="iphone8pic" style="float: right;" />
</div>
<div class="column" style="background-color:#aaa;">
<h2>Mobile App UI</h2>
<p>UI usecase showing exception/Invalid. Made for SENG-2130<br>(systems design & Analysis)</p>
<img src="/images/iphoneUI.png" id="iphone8pic" />
</div>
<div class="column" style="background-color:rgb(148, 147, 147);">
<h2>Control Pause menu</h2>
<p>Reimagined Remedy's 2019 Control pause menu for INFT 3960<br>(Games Production)</p>
<img src="/images/Group 35.png"" id="imac" />
</div>
<div class="column" style="background-color:#ccc;">
<h2>AR UI mockup</h2>
<p>Fully functional mockup for an augmented reality project called Digital museum.
Made with Figma and Adobe Premier Pro. For SENG 2260 (Human-Computer-Interaction) <a href="https://www.youtube.com/watch?v=LglFA7RfB7Y" target="_blank">Watch Demo!</a> </p>
<img src="/images/Group 38.png"" id="imac" />
</div>
<div class="column" style="background-color:#ddd;">
<h2>Game Display Settings </h2>
<p>UI Mockup of a game's display settings menu to be implemented in Unreal Engine 4.27.<br>
Made for DESN 2600</p>
<br>
<img src="/images/Group 36.png"" id="tv" />
</div>
<div class="column" style="background-color:#eee;">
<h2>Game Graphics Settings </h2>
<p>UI Mockup of a game's Graphics settings menu to be implemented in Unreal Engine 4.27.<br>
Made for DESN 2600</p>
<br>
<img src="/images/Group 37.png" id="tv" />
</div>
<div class="column" style="background-color:rgb(211, 210, 210);">
<h2>PDS Login form</h2>
<p>A UI project that aims to redesign the look of PDS's login form<br>(ASP.NET MVC)</p>
<img src="/images/Mac Book Pro 16_ Mockup.png" id="iphone8pic"/>
</div>
</div>
</body>
</html>