-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (63 loc) · 3.14 KB
/
index.html
File metadata and controls
66 lines (63 loc) · 3.14 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
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatiblel" contrnt="ie=edge">
<title>MY PORTFOLIO</title>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Source+Serif+Pro&display=swap" rel="stylesheet">
<link rel="stylesheet" href="portfolio.css">
</head>
<body>
<header>
<div class="container">
<nav class="flex items-center justify">
<div class="left flex items-center">
<div class="logo">
<img src="th.png" alt="" width="100" height="50">
</div>
<div>
<a href="#">Home</a>
<a href="#">experiance</a>
<a href="#">skills</a>
</div>
</div>
<div class="right">
<button class="btn btn-a">Contact</button>
</div>
</nav>
<div class="image flex items-center">
<div class="left flex-a" flex>
<img src="image.jpeg" alt="" width="350" height="400">
</div>
<div class="right flex-a" justify-center>
<h4>FATHIMATHUL RASMIYA</h4>
<p>Final year B-Tech Student<br>
Computer Science & Engineering<br>
<span>SKILLS :</span>HTML,MYSQL,C,C++,PYTHON<br>
<span>CONTACT ME :</span>fathimathulrasmiya@gmail.com<br><br>
<button class="btn btn-b">DOWNLOAD CV</button></p>
</div>
</div>
</div>
</header>
<section class="about">
<div class="container flex items-center">
<div>
<h1>About<span>Me</span></h1>
<h3>Hello i'm Fathimathul Rasmiya !!</h3>
<p>Iam currently an undergraduate final year student at KMCT college of engineering for women, Kozhikode.<br>
Pursuing my Bachelor's in Computer Science and Engineering.<br>
Singing is My passion and I love to Read .<br>
I will Think smart and work hard to contribute my skills and ideas to the job i'll do </p><br>
<div class="social">
<a href="https://www.facebook.com/rasmiya.rasmi.7528"><img src="fb.png" width="30" height="30" alt=""></a>
<a href="https://github.com/FathimathulRasmiya"><img src="gh.png" width="30" height="30" alt=""></a>
<a href="https://www.instagram.com/rasm__i"><img src="insta.png" width="30" height="30" alt=""></a>
<a href="https://www.linkedin.com/in/fathimathul-rasmiya-3b4109171"><img src="li.png" width="30" height="30" alt=""></a>
</div>
</div>
</div>
</section>
</body>
</html>