forked from infern018/portfolio-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (30 loc) · 1011 Bytes
/
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
<!-- You can add animation from here.
https://tympanus.net/Development/DecorativeLetterAnimations/
You can get code for above website here.
https://uicookies.com/bootstrap-animation/
Dark mode preffered.
Note:
1. Simple animation from the provided resources will work. Add styles to proper files.
2. You can use HTML, CSS, BootStrap and javaScript only.
3. This landing page will only contain navigation and animated name of the company. The name should be continuosly animated.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lorem Ipsum</title>
<link rel="stylesheet" type="text/css" href="./css/styles.css">
</head>
<body>
<div id="main">
<div id=box1>
</div>
<div id="box2">
<div id="text">
PORTFOLIO<br>WEBSITE
</div>
</div>
</div>
</body>
</html>