-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
141 lines (128 loc) · 4.94 KB
/
index.html
File metadata and controls
141 lines (128 loc) · 4.94 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
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
<!DOCTYPE html>
<!--
This not my design, it's actually designed
by Tristan Fisher(https://www.tristanfisher.com).
-->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home | Jeel Tikiwala</title>
<meta
name="description"
content="Jeel Tikiwala: Python programmer and Tech enthusiast."
/>
<meta name="keywords" content="Jeel Tikiwala" />
<link rel="stylesheet" type="text/css" href="stylesheets/style.css" />
<link
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<script
src="https://kit.fontawesome.com/1a48924413.js"
crossorigin="anonymous"
></script>
</head>
<body>
<header id="header">
<div id="head">Jeel Tikiwala<span class="cursor">_</span></div>
</header>
<main id="content">
<div class="container">
<div id="bar">
<div class="icon icon-red"></div>
<div class="icon icon-yellow"></div>
<div class="icon icon-green"></div>
</div>
<div id="screen">
<div id="innercontent">
<div id="contentheader">INTRO</div>
<div class="topic_header">NAME</div>
<div class="topic_text">Jeel Tikiwala</div>
<div class="topic_header">NICK(S)</div>
<div class="topic_text">JTiki</div>
<div class="topic_header">DESCRIPTION</div>
<div class="topic_text">
Tech enthusiast with a passion for learning and creating innovative solutions.
<br />Dedicated to using skills to make a positive impact on society.<br/>
Learning in public.
</div>
<div class="topic_header">CONTACT METHODS</div>
<div class="topic_text">
<a href="https://spamty.eu/show/v6/20201/8f3952ca5825c31ab55ddc7a/"
>e-mail</a
>
- This would be the best way to contact me.
</div>
<div class="topic_header">PROJECTS</div>
<div class="topic_text">
Some of the (mini)projects I have done can be found
<a href="projects.html">on this page</a>.
</div>
<div class="topic_header">SEE ALSO</div>
<div class="topic_text">
Introduction to internet of Things <br><small>online course - Stanford university</small> <br><a href="https://drive.google.com/file/d/1UjwGRXKmSsZJnfCZbp3yEG8UGc1_LmTa/view">see credential</a>
<br>
<br>
CS50x: Computer Science and the art of Programming <br><small>online course - Harvard university</small><br><a href="https://certificates.cs50.io/5561ee90-77c4-4191-bcc0-ba50b813c64c.pdf?size=letter">see credential</a>
<br>
<br>
Introduction to video games creation <br><small>Xamk - South-Eastern Finland University of Applied Sciences</small><br><a href="https://drive.google.com/file/d/1OphrRIBmU-NZz-gKvIF_H2GKm-BY4K_o/view">see credential</a>
</div>
<div class="topic_header">HISTORY</div>
<div class="topic_text">-</div>
<div id="innerfooter">Latest Update - 28/02/2023 V-1.0.3</div>
</div>
</div>
</div>
</main>
<!--Footer Section-->
<footer id="footer">
<div class="wrapper">
<div class="social-icons">
<a
href="https://github.com/jeeltikiwala"
target="_blank"
rel="noopener"
aria-label="Github"
><i class="fa fa-github-alt fa-lg" aria-hidden="true"></i
></a>
<a
href="https://www.linkedin.com/in/jeeltikiwala/"
target="_blank"
rel="noopener"
aria-label="Linkedin"
><i class="fa fa-linkedin fa-lg" aria-hidden="true"></i
></a>
<a
href="https://twitter.com/_jeeltikiwala"
target="_blank" rel="noopener" aria-label="Twitter"
><i class="fa fa-twitter fa-lg" aria-hidden="true"></i
></a>
<a
href="https://stackexchange.com/users/27884197/jtiki?tab=profile"
target="_blank" rel="noopener" aria-label="Stackoverflow"
><i class="fa fa-stack-overflow fa-lg" aria-hidden="true"></i
></a>
<a
href="#"
target="_blank"
rel="noopener"
aria-label="Unsplash"
><i class="fa fa-camera"></i
></a>
</div>
<div class="wrap">
<a class="project-button" href="projects.html">Projects</a>
<a
href="./resume.html"
target="_blank"
rel="noopener"
>Resume</a
>
</div>
</div>
</footer>
</body>
</html>