-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSocials_bar_backup_26_02_23_8pm.html
178 lines (136 loc) · 6.47 KB
/
Socials_bar_backup_26_02_23_8pm.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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<!-- Auther: Shorouk Abdelaziz https://shorouk.dev -->
<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>My Socials</title>
<script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: grid;
place-items: center;
}
.wrapper {
padding-top: 10px;
display: inline-flex;
}
.social {
position: relative;
margin: 10px;
cursor: pointer;
}
</style>
</head>
<body>
<body>
<div class="wrapper">
<!-- Start Dashboard Icon -->
<div id="Dashboard" onclick="navigate(this.id)" class="social">
<span class="icon Dashboard"><img src="https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/72x72/1f39b.png"/></span>
</div>
<!-- End Dashboard Icon -->
<!-- Start Projects Icon -->
<div id="Projects" onclick="navigate(this.id)" class="social">
<span class="icon Projects"><img src="https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/72x72/1f680.png"/></span>
</div>
<!-- End Projects Icon -->
<!-- Start Areas Icon -->
<div id="Areas" onclick="navigate(this.id)" class="social">
<span class="icon Areas"><img src="https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/72x72/1f5c3.png"/></span>
</div>
<!-- End Areas Icon -->
<!-- Start Tasks Icon -->
<div id="Tasks" onclick="navigate(this.id)" class="social">
<span class="icon Tasks"><img src="https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/72x72/2705.png"/></span>
</div>
<!-- End Tasks Icon -->
<!-- Start Notes Icon -->
<div id="Notes" onclick="navigate(this.id)" class="social">
<span class="icon Notes"><img src="https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/72x72/1f4dd.png"/></span>
</div>
<!-- End Notes Icon -->
<!-- Start Capture Icon -->
<div id="Capture" onclick="navigate(this.id)" class="social">
<span class="icon Capture"><img src="https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/72x72/1f4cc.png"/></span>
</div>
<!-- End Capture Icon -->
<!-- Start My Day Icon -->
<div id="My Day" onclick="navigate(this.id)" class="social">
<span class="icon My Day"><img src="https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/72x72/1f305.png"/></span>
</div>
<!-- End My Day Icon -->
<!-- Start Goals Icon -->
<div id="Goals" onclick="navigate(this.id)" class="social">
<span class="icon Goals"><img src="https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/72x72/1f3af.png"/></span>
</div>
<!-- End Goals Icon -->
<!-- Start Process Icon -->
<div id="Process" onclick="navigate(this.id)" class="social">
<span class="icon Process"><img src="https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/72x72/1f504.png"/></span>
</div>
<!-- End Process Icon -->
<!-- Start Plan Icon -->
<div id="Plan" onclick="navigate(this.id)" class="social">
<span class="icon Plan"><img src="https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/72x72/1f9ed.png"/></span>
</div>
<!-- End Plan Icon -->
<!-- Start Databases Icon -->
<div id="Databases" onclick="navigate(this.id)" class="social">
<span class="icon Databases"><img src="https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/72x72/1f9ee.png"/></span>
</div>
<!-- End Databases Icon -->
<!-- Start Archive Icon -->
<div id="Archive" onclick="navigate(this.id)" class="social">
<span class="icon Archive"><img src="https://cdn.jsdelivr.net/gh/twitter/[email protected]/assets/72x72/1f5c4.png"/></span>
</div>
<!-- End Archive Icon -->
</div>
<script>
function navigate(id) {
//if you want the URL to open in the same window use '_parent' instead of '_blank'
if (id === "Dashboard")
window.open("https://www.notion.so/Dashboard-5905fc99d4cb4517afe3ceed17f4196d/", '_parent').focus(); //Add the url to your blog
else if (id === "Projects") {
window.open("https://www.notion.so/Project-Hub-04eea613a81b470cab51afbd53f9e5f9/", '_parent').focus(); //Add the url to your facebook page or account
}
else if (id === "Areas") {
window.open("https://www.notion.so/Areas-Resources-909fe28371c94ed0a6ccf38806e76fb6/", '_parent').focus(); //Add your email after "mailto:""
}
else if (id === "Tasks") {
window.open("https://www.notion.so/Task-Manager-c8a48d10da614f119ce98f3c6831c575/", '_parent').focus(); //Add the url to your instagram account
}
else if (id === "Notes") {
window.open("https://www.notion.so/Notes-e975ec7521334f4295bf4ea73f7dafd3/", '_parent').focus(); //Add the url to your pinterest account
}
else if (id === "Capture") {
window.open("https://www.notion.so/Capture-d6c2864a0b2c4cf9b2038d18dc16c8d5/", '_parent').focus(); //Add the url to your pinterest account
}
else if (id === "My Day") {
window.open("https://www.notion.so/My-Day-78fc56432870409d87b2172fd3af4105/", '_parent').focus(); //Add the url to your reddit account
}
else if (id === "Goals") {
window.open("https://www.notion.so/Goals-fe3e805954a04c40a7e2dad76286c5bf/", '_parent').focus(); //Add the url to your tiktok account
}
else if (id === "Process") {
window.open("https://www.notion.so/Process-2c3f4a611fb542ac8f0418e715a5e118/", '_parent').focus(); //Add the url to your youtube account
}
else if (id === "Plan") {
window.open("https://www.notion.so/Plan-4a8b5849eaeb4d45b511fd00ab3843d6/", '_parent').focus(); //Add the url to your pinterest account
}
else if (id === "Databases") {
window.open("https://www.notion.so/Databases-a3ce7914792d429191deb80357d496b7/", '_parent').focus(); //Add the url to your pinterest account
}
else if (id === "Archive") {
window.open("https://www.notion.so/Archive-7f4e7a908da348cb8e332b548d185551/", '_parent').focus(); //Add the url to your telegram account
}
}
</script>
</body>
</html>