-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (72 loc) · 2.35 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<html>
<head>
<title>Matej Ukmar - App Development</title>
<style type="text/css">
@font-face {
font-family:"SFMonoRegular";
src: url("fonts/SFMono-Regular.otf")
}
@font-face {
font-family:"SFMonoSemibold";
src: url("fonts/SFMono-Semibold.otf")
}
body {
font-family: SFMonoRegular, monospace;
font-size: x-large;
line-height: 2;
padding-top: 50;
padding-left: 100;
}
.blue {
color: #a24392;
}
.red {
color: #c13d28;
}
.bold {
font-family: SFMonoSemibold, monospace;
}
</style>
</head>
<body>
<span class="blue">import</span> Developer <br/>
<br/>
<span class="blue">class</span> <span class="bold">AppDevelopment</span> {<br/>
<span class="blue">let</span> os = [<span class="red">"iOS"</span>, <span class="red">"Android"</span>]<br/>
<span class="blue">let</span> languages = [<span class="red">"Swift"</span>, <span class="red">"Javascript"</span>]<br/>
<span class="blue">let</span> crossPlatform = [<span class="red">"React Native"</span>]<br/>
<span class="blue">let</span> name = <span class="red">"Matej Ukmar"</span><br/>
<span class="blue">let</span> location = <span class="red">"London"</span><br/>
<span class="blue">let</span> phone = <span class="blue bold">+447404048333</span><br/>
<span class="blue">let</span> email = <span class="red">
<script type="text/javascript">
document.write("<a h")
document.write("re")
document.write("f=\"")
document.write("ma")
document.write("ilt")
document.write("o:")
document.write("mate")
document.write("jukm")
document.write("ar@")
document.write("gma")
document.write("il.c")
document.write("om?s")
document.write("ubjec")
document.write("t=Ap")
document.write("p Dev")
document.write("elepoment")
document.write("\">")
document.write("mate")
document.write("jukm")
document.write("ar@")
document.write("gma")
document.write("il.c")
document.write("om<\/")
document.write("a>")
</script>
</span><br/>
<span class="blue">let</span> action = <span class="bold">.contactNow</span><br/>
}<br/>
</body>
</html>