-
Notifications
You must be signed in to change notification settings - Fork 1
/
fetch.html
80 lines (80 loc) · 3.6 KB
/
fetch.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="./styles/show.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Hepta+Slab&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@800&display=swap"
rel="stylesheet"
/>
</head>
<body>
<nav>
<div>
<span id="logo">
<img src="./images/Logo.png" alt="[:;]" height="40px" width="40px" />
</span>
<span class="brand-name">Code Your Own</span>
</div>
</nav>
<div class="main">
<div>
<div class="name">Name</div>
<form action="#" id="form">
<input readonly type="url" placeholder="Website" id="Website" />
<input readonly type="url" placeholder="Gmail" id="Gmail" />
<input readonly type="number" placeholder="Contact" id="Contact" />
<input readonly type="url" placeholder="Twitter" id="Twitter" />
<input readonly type="url" placeholder="Github" id="Github" />
<input readonly type="url" placeholder="Linkedin" id="Linkedin" />
<input readonly type="url" placeholder="Instagram" id="Instagram" />
<input readonly type="url" placeholder="Discord" id="Discord" />
<input readonly type="url" placeholder="Kaggle" id="Kaggle" />
<input readonly type="url" placeholder="Spotify" id="Spotify" />
<input readonly type="url" placeholder="Pinterest" id="Pinterest" />
<input readonly type="url" placeholder="Youtube" id="Youtube" />
<input readonly type="url" placeholder="Yahoo" id="Yahoo" />
<input readonly type="url" placeholder="Snapchat" id="Snapchat" />
<input readonly type="url" placeholder="Dribble" id="Dribble" />
<input readonly type="url" placeholder="Behance" id="Behance" />
<input readonly type="url" placeholder="Devfolio" id="Devfolio" />
<input readonly type="url" placeholder="Codeforces" id="Codeforces" />
<input readonly type="url" placeholder="Codechef" id="Codechef" />
<input readonly type="url" placeholder="Leetcode" id="Leetcode" />
<input readonly type="url" placeholder="Gitlab" id="Gitlab" />
<input readonly type="url" placeholder="Bitbucket" id="Bitbucket" />
<input readonly type="url" placeholder="Twitch" id="Twitch" />
<input readonly type="url" placeholder="Slack" id="Slack" />
<input readonly type="url" placeholder="Medium" id="Medium" />
</form>
</div>
</div>
</body>
</html>
<script type="module" src="./scripts/fetch.js"></script>