-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.html
52 lines (48 loc) · 1.97 KB
/
intro.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
<!DOCTYPE html>
<html>
<head>
<title>Ajay kumar </title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div class="topnav">
<a href="index.html">Home</a>
<a href="project_proposal.html">Proposal</a>
<a href="cv.html">CV</a>
<a class="active" href="intro.html">Intro</a>
</div>
<div class="banner">
<img src="img/banner-2.jpg">
<div class="overlay">
<div class="quate">"Test of fire makes fine steel "</div>
</div>
</div>
<div class="content">
<div class="left_content">
<h1>Introduction</h1>
<p class="semi_bold">Hi there! My name is ajay. I am a CS student. currently in 4th year. My fields of interests are web development, Artificial intelligence. I have done lot of work on web development. Especially, in websites related to Ecommerce. I have created many websites. currently I am learning AI and machine learning to implement it into my web based projects.</p>
</div>
<div class="right_content">
<img src="img/profile2.jpg" alt="profile picture">
</div>
</div>
<div class="content">
<div class="left_content">
<h1>Why I am different?</h1>
<p class="semi_bold">Although I am a programmer, I am very curious about other things too. I am enthusiastic about learning and trying new things, that are somehow related to my field of interest. As I told earlier, I have experience in Ecommerece. For that I also learned Content writting, photography and SEO.</p>
</div>
<div class="right_content">
<img src="img/profile3.jpg" alt="profile picture">
</div>
</div>
<div class="content">
<div class="left_content">
<h1>What I can Contribute?</h1>
<p class="semi_bold">I have participated in many competitions and won many prices. It makes me an somehow expert in these fileds. I can contribute in programming, problem solving, algorithm designing, content writting, and public speaking.</p>
</div>
<div class="right_content">
<img src="img/winning.jpg" alt="profile picture">
</div>
</div>
</body>
</html>