-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (83 loc) · 2.99 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>Joel Varghese - Web and android developer</title>
<link rel="stylesheet" href="css/styles.css" />
<link rel="icon" href="favicon.ico" />
</head>
<body>
<div class="page-container">
<div class="top-container">
<div>
<img class="top-cloud" src="images/cloud.svg" alt="cloud-image" />
<div class="name">
<h1>I am Joel</h1>
<p id="desc">an android and web developer</p>
</div>
<img class="bottom-cloud" src="images/cloud.svg" alt="cloud-image" />
</div>
<img id="mountain" src="images/land.svg" alt="land-image" />
</div>
<div class="middle-container">
<h2 id="hi-title">Hi.</h2>
<p id="about">
I'm an android and web developer. I've made 3 android apps and a
website. I like to code and I am well aquainted with C++, Java,
Python, HTML, CSS and JavaScript
</p>
<hr />
<h2>What I can do.</h2>
<div class="skill-row">
<img
class="design-img"
src="images/photoshop.svg"
alt="design-image"
/>
<h3 id="what-i-can-do-title-1">Design a website and app.</h3>
<p id="what-i-can-do-desc-1">
I aim to keep it simple yet attractive. I focus more on content and
convey your message to your customers.
</p>
</div>
<div class="skill-row" style="margin-top: 100px">
<img class="code-img" src="images/code.svg" alt="code-image" />
<h3 id="what-i-can-do-title-2">Develop for you.</h3>
<p id="what-i-can-do-desc-2">
I'm aware of the latest technologies for mobile and web applications
making your website and app the best out there.
</p>
</div>
<hr />
<h2>Get in touch</h2>
<p id="get-in-touch-desc">
If you are on a prooject and think you need my help, or just wanna say
hi, you can drop by a message
</p>
<a class="btn" href="mailto:[email protected]">MESSAGE ME</a>
</div>
<div class="bottom-container">
<div class="links">
<a href="https://www.linkedin.com/in/joel02varghese/" id="linkedIn"
>LinkedIn</a
>
<a href="https://www.instagram.com/joel_122002/" id="instagram"
>Instagram</a
>
<a href="https://www.facebook.com/joel.varghese.39982" id="facebook"
>Facebook</a
>
</div>
<p class="legal">
<span id="copyright">©</span> 2024
<a
href="https://www.linkedin.com/in/joel02varghese/"
class="legal"
style="text-decoration: underline"
>Joel Varghese</a
>. All rights reserved
</p>
</div>
</div>
</body>
</html>