-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
143 lines (126 loc) · 4.55 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
139
140
141
142
143
<!DOCTYPE html>
<html>
<head>
<title>UR3D - Your 3D!</title>
<meta charset="utf-8" />
<link rel="SHORTCUT ICON" href="./images/favicon.ico" />
<link rel="icon" href="./images/favicon.ico" type="image/ico" />
<!--Shortcut Icon, icon; good for compatibility: various browsers.-->
<link rel="stylesheet" href="./assets/css/main.css" />
<link rel="stylesheet" href="https://opensource.keycdn.com/fontawesome/4.7.0/font-awesome.min.css" />
</head>
<body>
<header id="header">
<h1 id="logo"><a href="./">UR3D</a></h1>
<nav id="nav">
<ul>
<li><a href="#about">ABOUT</a></li>
<li><a href="#work">3D</a></li>
<li><a href="#photo">GALLERY</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</nav>
</header>
<section id="about" class="main style1 dark fullscreen">
<div class="content container">
<header>
<div class="type-js">
<h3 class="text-js">"Really Yours"</h3>
</div>
</header>
</div>
<a href="#work" id="angleDown">
<i class="fa fa-angle-down fa-2x"></i>
</a>
</section>
<!-- Projects / Works -->
<section id="work" class="main style2 left dark fullscreen">
<div class="content box style2">
<header>
<h2>3D Works.</h2>
</header>
<p>"UR3D" is from your own 3d gallery.</p>
<p>
In physics and mathematics, a sequence of n numbers can be understood as a location in n-dimensional space. When n = 3, the set of all such locations is called three-dimensional Euclidean space.
</p>
<p>
Try it! Just upload your 3d objects and watch as 3d frame-styled viewer.
</p>
<p>
<form action="/" , method="post" enctype='multipart/form-data'>
<input type='file' name='selectFile' value='Select File'>
<input type='submit' name='upload' value='Upload File'>
</form>
</p>
</div>
</section>
<!-- My Hobby: Photo -->
<section id="photo" class="main style3 primary">
<div class="content container">
<header>
<h2>3D Gallery.</h2>
</header>
<p>See your works as Web based 3D viewer.</p>
<!-- Lightbox Gallery -->
<div id="3dContainer" class="container 75% gallery">
<!-- <div class="row 0% images">
<div class="6u 12u(mobile)">
<a href="./plyControl.html" data-poptrox="iframe,1280x800" class="image fit from-left"><img src="./images/logos/facebook.png" title="Sculpture: Dolphins" alt="" /></a>
</div>
<div class="6u 12u(mobile)">
<a href="./plyControl2.html" data-poptrox="iframe,1280x800" class="image fit from-right"><img src="./images/logos/mail.png" title="Sculpture: Lucy" alt="" /></a>
</div>
</div>
<div class="row 0% images">
<div class="6u 12u(mobile)">
<a href="./plyControl3.html" data-poptrox="iframe,1280x800" class="image fit from-left"><img src="./images/logos/facebook.png" title="Sculpture: Vase" alt="" /></a>
</div>
<div class="6u 12u(mobile)">
<a href="./plyControl4.html" data-poptrox="iframe,1280x800" class="image fit from-right"><img src="./images/logos/mail.png" title="Sculpture: Dragon" alt="" /></a>
</div>
</div> -->
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="main style3 secondary">
<div class="content container">
<header>
<h2>Contact.</h2>
<blockquote>
페이지를 방문해주셔서 감사합니다. 아래 버튼을 통해 메일주시면 최대한 빠른 시일 내에 답변 드리겠습니다.
</blockquote>
</header>
<p>
<a href="https://www.facebook.com/PeFont" target="_blank"><img src="./images/logos/facebook.png" /></a>
<a href="https://www.linkedin.com/in/pefont" target="_blank"><img src="./images/logos/linkedin.png" /></a>
<a href="mailto:pwy1608@devwonyp.onmicrosoft.com"><img src="./images/logos/mail.png" /></a>
</p>
<br><br>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<!-- Menu -->
<ul class="menu">
<li>Copyright© Won-Young. All rights Reserved.</li>
</ul>
</footer>
<div class="fixed-icons">
<ul id="float-icons" class="clearfix">
<li>
<a href="#about" id="top_arrow"></a>
</li>
</ul>
</div>
<!-- Scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/threejs/r76/three.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="./assets/js/jquery.poptrox.min.js"></script>
<script src="./assets/js/jquery.scrolly.min.js"></script>
<script src="./assets/js/jquery.scrollex.min.js"></script>
<script src="./assets/js/skel.min.js"></script>
<script src="./assets/js/util.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>