-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
47 lines (35 loc) · 1.67 KB
/
about.html
File metadata and controls
47 lines (35 loc) · 1.67 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
<html></html>
<head>
<title>My Information</title>
<link rel="stylesheet" type="text/css" href="about-style.css" media="screen">
</head>
<body data-new-gr-c-s-check-loaded="14.1195.0" data-gr-ext-installed="">
<header>
<div class="header">
<div class="header-Left">
<a href="index.html" class="logo">My Information</a>
</div>
<div class="header-Right">
<a class="active" href="about.html">about</a>
<a href="service.html">Services</a>
<a href="resume.html">Resume</a>
<a href="testimony.html">testimonial</a>
<a href="index.html">Home</a>
</div>
</div>
</header>
<section>
<h1>About Me!</h1>
<h2>He is handsome and a Hardworking man!</h2>
<h3>Skills Information Retrieval: Semantic Search, Query Processing, Indexing, Ranking, Relevance Feedback, Information Extraction, Data Mining</h3>
<h4>Programming Languages: Python, Java, C++
Databases: MySQL, PostgreSQL, MongoDB</h4>
<h5>Search Engines: Elasticsearch, Solr, Lucene</h5>
<h6> Machine Learning: Natural Language Processing (NLP), Text Classification, Topic Modeling, Sentiment Analysis</h6>
</section>
<footer class="">
<div class="footer">
© Copyright <strong><span>Sample CV</span></strong>. All Rights Reserved
</div>
</footer>
</body>