-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
259 lines (251 loc) · 8.56 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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jasmeen-portfolio</title>
<link rel="icon" type="image" href="jasmeen.jpg">
<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=Poppins:wght@400;700&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
}
body {
background-color: rgb(0, 0, 33);
color: white;
font-family: 'poppins',sans-serif;
}
nav{
display: flex;
justify-content:space-around;
align-items: center;
height: 80px;
background-color: rgb(20, 20, 59);
}
nav ul{
display: flex;
justify-content: center;
}
nav ul li {
list-style: none;
margin: 0 23px;
}
nav ul li a{
text-decoration: none;
color: white;
}
nav ul li a:hover{
color: orange;
font-size:1.2rem;
}
.left{
font-size: 1.5rem;
}
.firstsection{
display: flex;
justify-content: space-around;
align-items: center;
margin: 110px 0;
}
.firstsection >div{
width:30%;
}
.leftsection{
margin: 30px;
font-size: 3rem;
}
.rightsection img{
width: 400px;
border: 3px solid #ccc;
border-radius: 50%;
}
.pink{
color: rgb(221, 148, 241);
}
#element{
color: rgb(202, 137, 224);
}
.secondsection{
max-width: 80vw;
margin: auto;
height:80vh;
}
.secondsection .box{
background: white;
width:77vw;
height:2px;
margin:56px 0;
display: flex;
}
.secondsection .vertical{
height:93px;
width:1px;
background-color: white;
margin: 0 120px;
}
.secondsection h1{
font-size: 1.9rem;
}
main hr{
border: 0;
background: blue;
height:1.2px;
margin:60px 84px;
}
.text-gary{
color: grey;
}
.image-top{
width:50px;
position: relative;
top:-50px;
left:-20px;
}
.vertical-title{
position: relative;
top: 50px;
width:200px;
}
.vertical-disc{
position: relative;
top:90px;
color: pink;
width: 200px;
font-size: 10px;
}
footer{
background-color:rgb(102, 77, 158);
height:140px;
}
.footer{
display:flex;
padding:23px 122px;
justify-content: space-evenly;
}
.footer ul{
list-style: none;
}
.footer>div{
width:223px;
}
footer .footer-rights{
text-align: center;
padding:12px 0;
}
footer .footer-second ul a{
color: pink;
font-size: 15px;
padding:12px 0;
}
footer .footer-second ul a:hover{
color:orange;
font-size: 1.2rem;
}
</style>
</head>
<body>
<header>
<nav>
<div class="left">Jasmeen's portfolio</div>
<div class="right">
<ul>
<li><a href="portfolio.html">home</a></li>
<li><a href="*">about</a></li>
<li><a href="/">services</a></li>
<li><a href="link/index.html">project</a></li>
<li><a href="9991719097">contact me</a></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="firstsection">
<div class="leftsection">Hi my name is <span class="pink">Jasmeen</span>
<div>and i am a student.</div>
<span id="element"></span>
</div>
<div class ="rightsection"><img src="jasmeen.jpg"></div>
</section>
<hr>
<section class="secondsection">
<span class="text-gray">what i have done so far</span>
<h1>Past Experience</h1>
<div class="box">
<div class="vertical">
<img class="image-top" src="html.jpg" alt="">
<div class ="vertical-title">
HTML DEVELOPER (2023-2023)
</div>
<div class="vertical-disc">
HTML (HyperText Markup Language) is a markup language that tells web browsers how to structure the web pages you visit.<br> It can be as complicated or as simple as the web developer wants it to be. HTML consists of a series of elements,<br> which you use to enclose, wrap, or mark up different parts of content to make it appear or act in a certain way.<br> The enclosing tags can make content into a hyperlink to connect to another page,<br> italicize words, and so on
</div>
</div>
<div class="vertical">
<img class="image-top" src="css.jpg" alt="">
<div class ="vertical-title">
CSS DEVELOPER (2023-2023)
</div>
<div class="vertical-disc">
CSS (Cascading Style Sheets) is the code that styles web content. CSS basics walks through what you need to get started. We'll answer questions like: How do I make text red? How do I make content display at a certain location in the (webpage) layout? How do I decorate my webpage with background images and colors?
</div>
</div>
<div class="vertical">
<img class="image-top" src="java.jpg" alt="">
<div class ="vertical-title">
JAVA DEVELOPER (2023-2023)
</div>
<div class="vertical-disc">
Java is a programming language developers use for mobile, software, and web development. A small team called ‘The Green Team’ initially conceptualized Java in the early 1990s. That team included James Gosling, who later became known as the ‘Father of Java’ for his work. Gosling developed Java while working as an engineer at Sun Microsystems (a subsidiary of Oracle today).
</div>
</div>
<div class="vertical">
<img class="image-top" src="c.jpg" alt="">
<div class ="vertical-title">
C++ DEVELOPER (2023-2023)
</div>
<div class="vertical-disc">
Before the initial standardization in 1998, C++ was developed by Stroustrup at Bell Labs since 1979 as an extension of the C language; he wanted an efficient and flexible language similar to C that also provided high-level features for program organization.
</div>
</div>
<div class="vertical">
<img class="image-top" src="r.jpg" alt="">
<div class ="vertical-title">
R DEVELOPER (2023-2023)
</div>
<div class="vertical-disc">
R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="footer">
<div class="footer-first">
<h3> Jasmeen's portfolio</h3>
</div>
<div class="footer-second">
<ul>
<li><a href="link/index.html">project work</a></li>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="tell:9991719097">contact me</a></li>
<li><a href="portfolio">Services</a></li>
</ul>
</div>
</div>
<div class="footer-rights">
Copyright © www.jasmeenportfolio.com| All Rights Reserved
</div>
</footer>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script>
var typed = new Typed('#element', {
strings: ['I am a Programmer', 'Good in task management.', 'A learner', 'Cooking is also a part of my life'],
typeSpeed: 50,
});
</script>
</body>
</html>