-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
16 lines (16 loc) · 1.71 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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" />
<title>Ali Shata</title>
</head>
<body>
<script type="application/json" id="my-template-data">
{"name":"Ali Shata","about":"A Passionate Designer","socialLinks":["https://github.com/alishata128","https://www.behance.net/alishata","https://dribbble.com/alishata","https://www.freecodecamp.org/ali_shata"],"devToUserId":null,"primaryColor":"gray","products":[{"title":"GOOD DAMN BROWSER","description":"A Website Design made for the Odin Project Full-Stack Web Development Foundations Course as a Learning Project and in future it will be a really GOOD DAMN BROWSER","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400_opt_1/8b7822129260313.6167286c4260b.jpg","tags":["HTML","CSS","Javascript"],"links":["https://github.com/alishata128","https://www.behance.net/alishata","https://dribbble.com/alishata","https://www.freecodecamp.org/ali_shata"]},{"title":"The Odin Restaurant","description":"A Website Design made for the Odin Project Full-Stack Web Development Foundations Course as a Learning Project","image":"https://mir-s3-cdn-cf.behance.net/project_modules/1400_opt_1/3521d2129130445.61672e167440a.jpg","tags":["HTML","CSS","Javascript"],"links":["https://github.com/alishata128","https://www.behance.net/alishata","https://dribbble.com/alishata","https://www.freecodecamp.org/ali_shata"]}],"repositories":["alishata128/GDB","alishata128/The-Odin-Restaurant"]}
</script>
<div id="root"></div>
<script src="https://cdn.jsdelivr.net/npm/mytemplate.xyz@0.5.1/build/Index.js"></script>
</body>
</html>