-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4a7113
commit b091207
Showing
60 changed files
with
358 additions
and
313 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>IEEE VR 2020 | Avatar Customizer</title> | ||
<meta name="description" content="IEEE VR 2020 | Avatar Customizer"> | ||
<link href="main.css" rel="stylesheet"><script type="text/javascript" src="main.js"></script></head> | ||
<body> | ||
<div id="container"> | ||
<div id='options'></div> | ||
|
||
</div> | ||
</body> | ||
</html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Avatar Customizer</title> | ||
<meta name="description" content="Avatar Customizer"> | ||
<link href="main.css" rel="stylesheet"><script type="text/javascript" src="main.js"></script></head> | ||
<body> | ||
<div id="container"> | ||
<div id='left'> | ||
<div id='buttons'></div> | ||
</div> | ||
<div id='options'></div> | ||
|
||
</div> | ||
<div class='footer'> | ||
<p> | ||
These avatars are compatible with <a href="https://hubs.mozilla.com/" target="_blank">Mozilla Hubs</a> | ||
</p> | ||
<p> | ||
|
||
Hello :) | ||
💖 | ||
<a href="https://github.com/rhiannanberry/Avatar-Customizer" target="_blank">Fork me</a> on Github | ||
💖 | ||
Gimme a shout on <a href="https://twitter.com/rhiannan_online" target="_blank">Twitter</a> | ||
💖 | ||
Send me an <a href="mailto:[email protected]">email</a>! | ||
</p> | ||
</div> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
<meta charset="utf-8"> | ||
<title>Avatar Customizer</title> | ||
<meta name="description" content="Avatar Customizer"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
</head> | ||
<body> | ||
<div id="container"> | ||
|
@@ -13,8 +15,20 @@ | |
<div id='options'></div> | ||
|
||
</div> | ||
<div> | ||
Hello | ||
<div class='footer'> | ||
<p> | ||
These avatars are compatible with <a href="https://hubs.mozilla.com/" target="_blank">Mozilla Hubs</a> | ||
</p> | ||
<p> | ||
|
||
Hello :) | ||
💖 | ||
<a href="https://github.com/rhiannanberry/Avatar-Customizer" target="_blank">Fork me</a> on Github | ||
💖 | ||
Gimme a shout on <a href="https://twitter.com/rhiannan_online" target="_blank">Twitter</a> | ||
💖 | ||
Send me an <a href="mailto:[email protected]">email</a>! | ||
</p> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.