-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
139 lines (114 loc) · 4.27 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html>
<head>
<title>M</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" src="https://code.jquery.com/jquery-3.0.0.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/jquery.typeit/4.4.0/typeit.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.2.0/anime.js"></script>
</head>
<body>
<body id="full">
<div id="wrapper">
<div id="nav"><a href="index.html">
<img src="images/logo.png" width="250px" height="150px" alt="logo" class="logo"></a>
<ul>
<!-- <li class="home"><a href="index.html">Home</a></li> -->
<li class="about"><a href="https://www.milangarydesigns.com/about">About</a></li>
</ul>
</div>
<div id="container">
<p id="example4">
Hi! My name's Milan and I'm a UX/UI Researcher and Designer who creates within the realms of interaction, systems, and participatory design.</span>
</div>
</div>
<!-- <script type="text/javascript">
$('#example4').typeIt({
speed: 50
, autoStart: false
}).tiType('Hel').tiPause(500).tiDelete(2).tiType('ey, ').tiPause(1000).tiType('I am a creative').tiPause(400).tiDelete(16).tiType('I create and design interactions between humans and technology').tiBreak().tiPause(750).tiDelete(68).tiType(' and I also love french fries!').tiSettings({
speed: 700
});
// .tiType('...').tiPause(750).tiSettings({
// speed: 50
// }).tiDelete().tiType('I guess that makes me').tiPause(750).tiSettings({
// speed: 50
// }).tiDelete().tiType('A French Fry loving, Interaction Designer!');
</script>
<script type="text/javascript">
function ran_col() { //function name
var color = '#'; // hexadecimal starting symbol
var letters = ['000000', '313E50', 'DB5461']; //Set your colors here
color += letters[Math.floor(Math.random() * letters.length)];
document.getElementById('full').style.background = color; // Setting the random color on your div element.
}
</script> -->
<div class="grid-container">
<div id="grids1">
<!-- <div class="boxin" id="boxin-2"><a href="https://milangary.wixsite.com/portfolio">
<div class="overlay2">
<div class="text">Challenging the System</div>
</div>
</a></div> -->
<div class="boxin" id="boxin-6">
<a href="https://www.milangarydesigns.com/ml5js">
<div class="overlay6">
<div class="text">ml5.js</div>
</div>
</a>
</div>
<div class="boxin" id="boxin-3">
<a href="https://www.milangarydesigns.com/roam">
<div class="overlay3">
<div class="text">ROAM</div>
</div>
</a>
</div>
<div class="boxin" id="boxin-5">
<a href="https://www.milangarydesigns.com/webuildblack">
<div class="overlay5">
<div class="text">We Build Black</div>
</div>
</a>
</div>
<div class="boxin" id="boxin-1">
<a href="https://www.milangarydesigns.com/trustblackwomen">
<div class="overlay1">
<div class="text">#TrustBlackWomen</div>
</div>
</a>
</div>
</div>
</div>
<script src="main.js"></script>
<!-- <script src="../p5.min.js"></script> -->
</body>
</body>
<footer>
<p id="footer">Copyright © 2019 Milan Gary</p>
<p id="footer">Developed and Designed by Milan Gary</p>
<p id="footer"><a href="mailto:[email protected]">
[email protected]</a>.</p>
</footer>
</html>
<!-- <div class="boxin" id="boxin-3"><a href="indexD.html">
<div class="overlay3">
<div class="text">Double I.D.</div>
</div>
</a></div> -->
<!-- <div class="boxin" id="boxin-5"><a href="http://www.milangarydesigns.com/peasofmind">
<div class="overlay5">
<div class="text">Peas of Mind</div>
</div>
</a></div> -->
<!-- <div class="boxin" id="boxin-4"><a href="https://www.milangarydesigns.com/doubleconsciousness">
<div class="overlay4">
<div class="text">Double Consciousness</div>
</div>
</a></div> -->
<!--
<div class="boxin" id="boxin-6"><a href="http://www.milangarydesigns.com/craigslist2">
<div class="overlay6">
<div class="text">Craigslist</div>
</div>
</a></div> -->