-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
40 lines (32 loc) · 1.74 KB
/
about.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
<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="services.html">Services</a>
<a href="resume.html">Resume</a>
<a href="testimony.html.html">Testimony</a>
<a href="index.html">Home</a>
</div>
</div>
</header>
<section>
<h1>About</h1>
<h2>I'm a versatile language model, capable of crafting compelling stories, informative articles, and engaging copywriting. I can translate between languages, research any topic, and even generate code. My skills extend to personalized learning, creative brainstorming, and even helping you develop chatbots. I'm constantly learning and improving, ready to assist you with a wide range of tasks.
</h2>
<h2>Whether you need help with creative writing, research, or even just a stimulating conversation, I'm here to assist. I can help you generate ideas, solve problems, and explore new possibilities. Tell me what you need, and I'll do my best to deliver.</h2>
</section>
<footer class="">
<div class="footer">
© Copyright <strong><span>Sample CV</span></strong>. All Rights Reserved
</div>
</footer>
</body>