-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (54 loc) · 2.61 KB
/
index.html
File metadata and controls
62 lines (54 loc) · 2.61 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Chandana's Portfolio Websites</title>
<link rel="stylesheet" href="css/styles.css" />
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Clicker+Script&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="upper-cloud" src="images/CSS - My Site Images/cloud.png" alt="image-cloud">
<h1><em>I'm Chandana Akriti.</em></h1>
<p class="programmer">A <span class="pro">Pro</span>grammer.</p>
<img class="lower-cloud" src="images/CSS - My Site Images/cloud.png" alt="image-cloud">
<img src="images/CSS - My Site Images/mountain.png" alt="image-mountain">
</div>
<div class="middle-container">
<img src="images/Chandana.png" alt="Chandana's profile picture">
<h2>Hello.</h2>
<p class="intro">
I'm currently working as a <strong>Salesforce Developer</strong>. I like Problem solving with <strong>DSA</strong> and do <strong>Web Development</strong> in my free time.
</p>
<hr>
<div class="skills">
<h2>What Can I do.</h2>
<div class="skill-row">
<img class="designer-image" src="images/CSS - My Site Images/Designer.png" alt="female-designer-image">
<h3>Design what you want.</h3>
<p>I like to keep my designs simple. My targets are to focus on content, typography, and conveying the message that you want to send to large audience.</p>
</div>
<div class="skill-row">
<img class="developer-image" src="images/CSS - My Site Images/developer.png" alt="female-developer-image">
<h3>Develop what you need.</h3>
<p>I'm a developer, so I know how to create responsive website for you which can run across devices using the latest technologies available.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get in touch.</h2>
<h3>I can help</h3>
<p class="contact-message">If you have a project that you want to get started, think you need my help with something or just fancy saying hey, then get in touch.</p>
<a class="btn" href="mailto:chandanaakriti9@gmail.com">Message</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/chandana-akriti/">Linkedin</a>
<a class="footer-link" href="https://www.codechef.com/users/chandana1234/">Codechef</a>
<a class="footer-link" href="https://github.com/0ChanAk">GitHub</a>
<p class="copyright">© 2021 Chandana Akriti. All rights reserved.</p>
</div>
</body>
</html>