-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
174 lines (156 loc) · 5.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="Css/Style.Css">
<link rel="stylesheet" href="Css/homePage.css">
<link rel="stylesheet" href="Css/AboutPage.css">
<link rel="stylesheet" href="Css/ResumePage.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="bgAnimation" id="bgAnimation">
<div class="backgroundAmim">
</div>
</div>
<div class="circles">
<div></div>
<div></div>
<div></div>
</div>
<header>
<nav>
<h1>Ashen</h1>
<ul>
<a href=""><li>HOME</li></a>
<a href=""><li>ABOUT</li></a>
<a href=""><li>RESUME</li></a>
<a href=""><li>SERVISES</li></a>
<a href=""><li>SKILLS</li></a>
<a href=""><li>BLOG</li></a>
<a href=""><li>CONTACT</li></a>
</ul>
<a href=""><img class="settingBtn" src="img/icons/Setting.gif" alt=""></a>
<button>Let’s Talk</button>
</nav>
<div class="settings">
<div class="btn">
<div class="btn_indicator">
<div class="btn_icon-container">
<i class="btn_icon fa-solid fa-sun"></i>
</div>
</div>
</div>
<h3>Click One Color</h3>
<div class="colors">
<div onclick="changeColor('purple')"></div>
<div onclick="changeColor('yellow')"></div>
<div onclick="changeColor('green')"></div>
<div onclick="changeColor('blue')"></div>
</div>
</div>
</header>
<section class="homePage">
<div class="dis">
<h3>Hello, i’m</h3>
<h1>Ashen Madhushanka</h1>
<h1>software engineer</h1>
<p>The software engineer adeptly coded, tested, and optimized programs <br>
for optimal functionality.</p>
<button>Hire Me > </button>
</div>
<div class="images">
<img src="img/Home-img/perpule-theme.png" alt="">
<img src="img/icons/greenstar.png" alt="">
<img src="img/icons/glassemoji.png" alt="">
<img src="img/icons/awode2.png" alt="">
<img src="img/icons/bluestar.png" alt="">
<img src="img/icons/awode1.png" alt="">
<img src="img/icons/vrheadset-emoji.png" alt="">
<img src="img/icons/lightblueStar.png" alt="">
</div>
</section>
<section class="about">
<div>
<div class="form">
<img src="img/Home-img/aboutpic-dark.png" alt="">
<div>
<h5>About Me</h5>
<h2>Professional <span>Problem Solutions</span><br>
For Digital Products</h2>
<p>"Hello, I'm Ashen , a professional software engineer, intrepreneur, and technopreneur <br>
with 3 years of experience in the industry. I am passionate about using technology to <br>
create innovative solutions that drive business growth and improve people's lives.</p>
<div class="working">
<div>
<div>
<i class="fa-solid fa-check"></i>
<h1>Branding & Design</h1>
</div>
<div>
<i class="fa-solid fa-check"></i>
<h1>Web Development</h1>
</div>
</div>
<div>
<div>
<i class="fa-solid fa-check"></i>
<h1>Software Development</h1>
</div>
<div>
<i class="fa-solid fa-check"></i>
<h1>Mobile App Development</h1>
</div>
</div>
</div>
<div class="contactInfo">
<div>
<div><i class="fa-regular fa-envelope"></i></div>
<h5>Email Us</h5>
<h3>[email protected]</h3>
</div>
<div>
<div><i class="fa-solid fa-phone"></i></div>
<h5>Make A Call</h5>
<h3>+94 76 234 0111</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="Resume">
<div class="title">
<h5>Skills</h5>
<h3>My Resume</h3>
</div>
<div>
<div>
<h2>Software Engineering Degree</h2>
<h3>Institute of Java Software Engineering</h3>
<h4>2025 - 2026</h4>
</div>
<img src="img/connect-purple.png" alt="">
</div>
<div>
<div>
<h2>Software Engineering Degree</h2>
<h3>Institute of Java Software Engineering</h3>
<h4>2025 - 2026</h4>
</div>
<img src="img/connect-purple.png" alt="">
</div>
<div>
<div>
<h2>Software Engineering Degree</h2>
<h3>Institute of Java Software Engineering</h3>
<h4>2025 - 2026</h4>
</div>
<img src="img/connetOtherSide-purple.png" alt="">
</div>
</section>
<script src="js/js.js"></script>
</body>
</html>