-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (57 loc) · 1.95 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/osama-icon.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Osama Kawish is a proficient software developer who is fluent in .Net/C# and Python who graduated from University of Toronto with a Bachelor's of Science (Honours) in Mathematics and Computer Science in July 2017."
/>
<link rel="stylesheet" type="text/css" href="/styles/index.css" />
<script>
window.MathJax = {
tex: {
inlineMath: [
["$", "$"],
["\\(", "\\)"],
],
displayMath: [["\\[", "\\]"]],
},
options: {
ignoreHtmlClass: "tex2jax_ignore",
processHtmlClass: "tex2jax_process",
},
};
</script>
<script
id="MathJax-script"
async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/tex-mml-chtml.js"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/prism.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/components/prism-python.min.js"></script>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/themes/prism-okaidia.min.css"
rel="stylesheet"
/>
<script>
if (window.Prism) {
Prism.highlightAll();
}
</script>
<title>Osama Kawish: Portfolio</title>
</head>
<body>
<div id="root"></div>
<form name="contact" netlify-honeypot="bot-field" netlify hidden>
<input type="hidden" name="jobType" />
<input type="hidden" name="priceTier" />
<input type="text" name="name" required />
<input type="email" name="email" required />
<input type="tel" name="phone" />
<textarea name="message"></textarea>
</form>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>