-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
176 lines (161 loc) · 6.31 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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE HTML>
<html>
<head>
<title>Index - Portfolio by Zeshan Basaran</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>Zeshan Basaran</strong></a>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/zeshanbasaran" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.github.com/zeshanbasaran" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.twitter.com/ZeshanBasaran" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://join.slack.com/t/zeshanbasaran/shared_invite/zt-1mndmo82q-m9vbKqtflzb7~j0EbiHgYQ" class="icon brands fa-slack"><span class="label">Slack</span></a></li>
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>Hi, I’m Zeshan</h1>
</header>
<p>I'm currently studying computer science at <a href="https://www.towson.edu/">Towson University</a>. My interests include software design and development, artificial intelligence, and machine learning. </p>
<p>Lately I have been exploring sentiment analysis and learning more about neural networks.<p\>
<ul class="actions">
<li><a href="aboutMe.html" class="button big">Learn More</a></li>
</ul>
</div>
<span class="image object">
<img src="images/profile1.png" height = "50%" width = "auto" alt="" />
</span>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>Languages and Tools</h2>
</header>
<div class="features">
<article>
<span class="image object"></span>
<img src="images/icons8-c++-96.png" alt="" />
<div class="content">
<h3>C++</h3>
</div>
</article>
<article>
<span class="image object"></span>
<img src="images/icons8-python-96.png" alt="" />
<div class="content">
<h3>Python</h3>
</div>
</article>
<article>
<span class="image object"></span>
<img src="images/icons8-html-5-96.png" alt="" />
<div class="content">
<h3>HTML</h3>
</div>
</article>
<article>
<span class="image object"></span>
<img src="images/icons8-css3-96.png" alt="" />
<div class="content">
<h3>CSS</h3>
</div>
</article>
<article>
<span class="image objectt"></span>
<img src="images/icons8-blender-3d-96.png" alt="" />
<div class="content">
<h3>Blender</h3>
</div>
</article>
<article>
<span class="image object"></span>
<img src="images/matlabicon_128.png" width = "96px" length = "96px" alt="" />
<div class="content">
<h3>MATLAB</h3>
</div>
</article>
</div>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>Projects</h2>
</header>
<div class="posts">
<article>
<a href="wordFinder.html" class="image"><img src="images/output.png" alt="" /></a>
<h3>wordFinder</h3>
<p>wordFinder was created as an extra credit assignment for my COSC 175 class. The C++ script searches for a user-given word within a .txt file and outputs what line numbers the word was found in.</p>
<ul class="actions">
<li><a href="wordFinder.html" class="button">More</a></li>
</ul>
</article>
<article>
<a href="movieSentimentAnalysis.html" class="image"><img src="images/predict.png" alt="" /></a>
<h3>movieSentimentAnalysis</h3>
<p>This python script uses natural language processing (NLP) and machine learning algorithms from scikit-learn to analyze a user's sentiment regarding a movie. The dataset is a collection of IMDB reviews from Kaggle.</p>
<ul class="actions">
<li><a href="movieSentimentAnalysis.html" class="button">More</a></li>
</ul>
</article>
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="aboutMe.html">About Me</a></li>
<li>
<span class="opener">Projects</span>
<ul>
<li><a href="wordFinder.html">wordFinder</a></li>
<li><a href="movieSentimentAnalysis.html">movieSentimentAnalysis</a></li>
</ul>
</li>
</ul>
</nav>
<!-- Section -->
<section>
<header class="major">
<h2>Get in Touch</h2>
</header>
<p>Feel free to reach me by email with any questions, comments, or oppoutunities!</p>
<ul class="contact">
<li class="icon solid fa-envelope"><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© 2023 Zeshan Basaran.</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>