-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
139 lines (112 loc) · 5.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Portfolio Website</title>
</head>
<body>
<img src="2.jpg" class="photo" alt="">
<div class="nav">
<ul>
<a href="Home.html" class="link">Home</a>
<a href="About Me.html" class="link" >About</a>
<a href="Contact Me.html" class="link"> Contact</a>
</ul>
</div>
<div class="text"><h1>I'M EMILY SMITH</h1>
<h3>WEB DESIGNER.</h3> <br>
<p>I have deep knowledge web development to create<br> an responsive websites.Leading the development<br>
from design to implementation. ensuring seamless<br> and visually appealing user experience.</p>
<p>I have deep knowledge web development to create<br> an responsive websites.Leading the development<br>
from design to implementation. ensuring seamless<br> and visually appealing user experience.</p>
<span class="badge rounded-pill bg-warning text-dark" style="width: 125px; height: 25px; padding-top: 7px;" >Download My CV</span>
</div>
<br>
<section class="pinfo">
<div class="personal">
<br>
<br>
<br>
<br>
<a href="About Me.html" style="text-decoration: none;"> <h2>About Me</h2></a>
<br>
<br>
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h4 class="card-title">personal Information</h4>
<p class="card-text"> Name: Emily Smith<br>
Date of Birth: July 15, 1990<br>
Address: 456 Elm Street, Springfield, USA<br>
Phone Number: (555) 123-4567<br>
Email: [email protected]<br>
Occupation: Web Designer<br>
Marital Status: Married<br>
Emergency Contact: Sarah Jones (sister),<br> (555) 987-6543</p>
<a href="#" class="btn btn-warning"> Download My CV </a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h4 class="card-title">My Skills</h4>
<p class="card-text">- Proficiency in HTML, CSS, and JavaScript <br>
- User Interface (UI) Design<br>
- Graphic Design Software (e.g., Adobe Photoshop, Illustrator, Sketch)<br>
- Responsive Design<br>
- Typography<br>
- Color Theory<br>
- Accessibility Standards (e.g., WCAG)<br>
- Cross-Browser Compatibility<br>
- Knowledge of Design Trends<br>
</p>
<a href="#" class="btn btn-warning">Download My Portfolio</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="info">
<h5>_________________________________________________________________________________________________________________________________________________________________</h5>
<div class="contact">
<a href="Contact Me.html" style="text-decoration: none;"> <h2>Contact Me</h2></a>
<br> <br>
<div class="form " >
<form class="row g-3" >
<div class="col-md-6">
<label for="inputEmail4" class="form-label"><h6>Email</h6></label>
<input type="email" class="form-control" id="inputEmail4">
</div>
<div class="col-md-6">
<label for="inputPassword4" class="form-label"><h6>Password</h6></label>
<input type="password" class="form-control" id="inputPassword4">
</div>
<div class="col-12">
<label for="inputAddress" class="form-label"><h6>Address</h6></label>
<input type="text" class="form-control" id="inputAddress" placeholder="1234 Main St">
</div>
<div class="col-12">
<label for="massage" class="form-label"><h6>Massage Me</h6></label>
<textarea class="form-control" id="message" rows="5" placeholder="Enter your message"></textarea>
</div>
<br>
<div class="col-12">
<button type="submit" class="btn btn-warning">Sign in</button>
</div>
</form>
</div>
</div>
</section>
</body>
</html>