-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsection1.html
30 lines (27 loc) · 1.09 KB
/
section1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Nova - Points</title>
<link rel="stylesheet" href="section1.css">
<link href="https://fonts.cdnfonts.com/css/reforma-1918" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/bethanya" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/maghikle" rel="stylesheet">
</head>
<body>
<link href="https://fonts.cdnfonts.com/css/reforma-1918" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/bethanya" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/maghikle" rel="stylesheet">
<div class="name">
<span class="line-one">HOSSEIN</span>
<div class="line-two">
<span>MOOSAVI</span>
<span class="phd">Ph.D.</span>
</div>
</div>
<script type="module" src="section1.js"></script>
<script src="https://cdn.skypack.dev/[email protected]"></script>
<script src="https://cdn.skypack.dev/[email protected]/examples/jsm/controls/OrbitControls.js"></script>
</body>
</html>