-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (54 loc) · 5.07 KB
/
index.html
File metadata and controls
54 lines (54 loc) · 5.07 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Personal Websites</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.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=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%22256%22 height=%22256%22 viewBox=%220 0 100 100%22><rect width=%22100%22 height=%22100%22 rx=%2250%22 fill=%22%237d6ee7%22></rect><path fill=%22%23ffffff%22 d=%22M26.17 72.68L17.88 72.68L17.88 27.32L31.21 27.32Q35.30 27.32 37.85 28.83Q40.40 30.34 41.60 33.23Q42.80 36.11 42.80 40.20L42.80 40.20Q42.80 44.62 41.29 47.34Q39.78 50.06 37.06 51.29Q34.35 52.52 30.65 52.52L30.65 52.52L26.17 52.52L26.17 72.68ZM26.17 33.14L26.17 46.70L29.31 46.70Q31.55 46.70 32.81 46.05Q34.07 45.41 34.54 43.98Q35.02 42.55 35.02 40.14L35.02 40.14Q35.02 37.68 34.66 36.14Q34.29 34.60 33.09 33.87Q31.88 33.14 29.31 33.14L29.31 33.14L26.17 33.14ZM59.04 72.68L52.16 72.68L45.72 27.32L52.66 27.32L56.41 56.72L61.12 27.43L66.77 27.43L71.59 56.72L75.28 27.32L82.12 27.32L75.79 72.68L69.07 72.68L64.03 42.27L59.04 72.68Z%22></path></svg>" />
</head>
<body>
<h1>Personal links </h1>
<div class="link">
<ul class="link-2">
<li><a href="https://www.freecodecamp.org/learn/2022/responsive-web-design/" rel="noopener" id="FreeCodeCamp" target="_blank"><strong>FreeCodeCamp</strong></a></li>
<li><a href="https://portal.byupathway.edu/cmcportal/" id="My_BYU_portal" target="_blank" rel="noopener"><strong>Byu Portal</strong></a></li>
<li><a href="https://www.coursera.org/?myLearningTab=IN_PROGRESS" rel="noopener" id="My-Coursera_page" target="_blank"><strong>Coursera page.</strong></a></li>
<li><a href="https://www.v2.scrimba.com/" rel="noopener" id="free_tech_" target="_blank"><strong>Scrimba Page</strong></a></li>
<li><a href="https://developer.mozilla.org/en-US/" rel="noopener noreferrer" id="mdn-reference" target="_blank"><strong>MDN Reference</strong></a></li>
<li><a href="https://formito.com/tools/favicon" rel="noopener noreferrer" id="logo-maker" target="_blank" ><strong>Logo Maker</strong></a></li>
<li><a href="https://github.com/Emmy-Cee" target="_blank" rel="noopener noreferrer"><strong>My Profile</strong></a></li>
<li><a href="https://mail.google.com/mail/u/0/#inbox" rel="noopener" id="My_Gmail" target="_blank"><strong>emmyatatcee33@gmail.com</strong></a></li>
<li><a href="https://mail.google.com/mail/u/1/#inbox" rel="noopener" id="My_Gmail_2" target="_blank target"><strong>atatemmanuel64@gmail.com</strong></a></li>
<li><a href="http://unicode.org/emoji/charts/full-emoji-list.html#1f600" target="_blank" rel="noopener noreferrer"><strong>Unicode for Emojis</strong></a></li>
<li><a href="https://fonts.google.com/" rel="noopener" id="Fontss" target="_blank"><strong>Google Fonts</strong></a></li>
<li><a href="http://https://www.canva.com/" target="_blank" rel="noopener noreferrer"><strong>PNG logo maker</strong></a></li>
<li><a href="https://pixabay.com/" target="_blank" rel="noopener noreferrer"><strong>Pixabay Pictures</strong></a></li>
<li><a href="http://https://getbootstrap.com/docs/4.6/components" target="_blank" rel="noopener noreferrer"><strong>How Bootstrap Works</strong></a></li>
<li><a href="https://flat-icons.com/" rel="noopener" id="Free_Icons" target="_blank"><strong>Icons</strong></a></li>
<li><a href="https://github.com/jhu-ep-coursera/fullstack-course4?tab=readme-ov-file" rel="noopener" target="_blank"><strong>Assignments Link</strong></a></li>
<li><a href="https://caniuse.com/" rel="noopener" target="_blank"><strong>Can i Use</strong></a></li>
<li><a href="https://web.facebook.com" rel="noopener" target="_blank">Facebook</a></li>
</ul>
<div class="Intended-courses">
<aside>
<hr>
<h5>Introduction to Python Programming</h5>
<h5>Introduction to Data Science in Python</h5>
<h5>Introduction to Git and GitHub</h5>
<hr>
</aside>
</div>
</div>
<div class="text">
<span><strong>Beware</strong> of harmful Virus.</span>
<span><strong>Information Be careful. </strong></span>
<span>Do not compromise, its harmful!!!</span>
</div>
<p>For more information. Contact:<a href="https://mail.google.com/mail/u/1/#inbox"><button type="submit">atatemmanuel64@gmai.com</button></a>.</p>
<script src="js/script.js"></script>
</body>
</html>