-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
94 lines (94 loc) · 5.28 KB
/
portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<style>
h4 {
background-color: orange;
padding: 2px 5px;
}
body{
background-color: black;
}
nav {
background-color: orange;
}
</style>
</head>
<body class="bg-light mb-4">
<nav class="navbar sticky-top navbar-expand-sm">
<button class="navbar-toggler ms-auto" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span><img src="https://img.icons8.com/ios-filled/50/000000/menu--v1.png" style="width: 50%;"></span>
</button>
<div class="collapse navbar-collapse" id="navbarContent">
<ul class="navbar-nav ms-auto">
<li class="nav-item active"><a class="nav-link text-dark" style="margin-left: 10px;" href="#">Home</a></li>
<li class="nav-item"><a class="nav-link text-dark ml-2" style="margin-left: 10px;" href="#skills">Skills</a></li>
<li class="nav-item"><a class="nav-link text-dark ml-2" style="margin-left: 10px;" href="#education">Education</a></li>
<li class="nav-item"><a class="nav-link text-dark ml-2" style="margin-left: 10px;" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link text-dark ml-2" style="margin-left: 10px;" href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<div class="d-flex flex-column col-md-8 justify-content-center mt-md-5" style="margin: auto;">
<div class="row bg-dark" style="padding: 20px 0px;">
<div class="col-11 col-md-3 " >
<img src="profile.JPG" class="w-100 " style="margin-left: 20px;">
</div>
<div class="col-12 col-md-8 d-flex flex-column justify-content-center align-self-center">
<div><h1 class="text-center m-2" style="color: white;">Nuzaim Noushad Thappi</h1></div>
<div class="d-flex justify-content-center"><h4 style="color: white;">Web Designer</h4></div>
</div>
</div>
<br>
<div class="bg-dark mt-5" style="margin: 0px 10px; padding: 20px 10px;" id="skills">
<h2 style="color: white;margin-left: 10px;">Skills</h2>
<ul>
<li style="color: white;">CSS,HTML&Bootstrap
<p style="color: white;">I have build a website for Buildmyweb and also this website.(Websites are hosted in my GitHub account)</p>
</li>
</ul>
</div>
<div class="bg-dark mt-4" style="margin: 0px 10px; padding: 20px 10px;" id="education">
<h2 style="color: white;margin-left: 10px;">Education</h2>
<ul >
<li style="color: white;">HSE-PKMMHSS Edarikode</li>
<li style="color: white;">PG-Government Engineering College Palakkad</li>
</ul>
</div>
<div class="bg-dark mt-4" style="margin: 0px 10px;padding: 20px 10px;" id="about" >
<h2 style="color: white;margin-left: 10px;">About</h2>
<p style="color: white;margin-left: 10px;">
I am Nuzaim Noushad Thappi from Malappuram, Kerala. I am studying Btech Information Technology in Government Engineering College, Palakkad
</p>
</div>
<div class=" d-flex flex-column flex-md-row bg-dark mt-4" style="margin: 0px 10px;padding: 20px 10px;" id="contact">
<div class="col-md-6 col-12">
<h2 style="color: white;margin-left: 10px;">Contact</h2>
<p style="color: white;margin-left: 10px;"><span><img src="https://img.icons8.com/material-outlined/24/ffffff/email-sign.png"/></span> [email protected]</p>
<a href="https://github.com/Nuzaim" style="text-decoration: none;color: white;" target="_blank"><img src="GitHub.png" alt="github-icon" style="width: 19px;margin-left: 12px;margin-right: 5px;margin-bottom: 3px;"><span style="padding-top: 5px;">GitHub</span></a>
</div>
<br>
<div class="col-md-4" style="margin-right: 10px;">
<form>
<input class="rounded mt-2 m-1 bg-light" type="email" placeholder="Enter your email" style="width:100%;">
<br>
<input class="rounded m-1 bg-light" type="text" placeholder="Subject" style="width:100%;">
<br>
<textarea class="rounded m-1 bg-light" placeholder="Message" style="width:100%;height: 100px;"> </textarea>
<div class="d-flex text-center justify-content-center" style="width: 100%;height:40px;margin-left: 5px;">
<button class="text-dark rounded" style="border: none;outline: none;background-color: orange;width: 80px;">Submit</button>
</div>
</div>
</form>
</div>
</div>
</body>
</html>