You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+44-41Lines changed: 44 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -2,56 +2,66 @@
2
2
<htmllang="en">
3
3
<head>
4
4
<metacharset="UTF-8">
5
-
<title>Application Security Engineer</title>
5
+
<title>Resume - Umer Yousuf</title>
6
6
<style>
7
7
body {
8
-
font-family:Arial, sans-serif;
8
+
font-family:'Montserrat', sans-serif;
9
9
margin:0;
10
10
padding:0;
11
-
background-color:#f5f5f5;
11
+
background-color:#f0f0f0;
12
12
}
13
13
.container {
14
-
width:80%;
15
-
margin:0 auto;
16
-
padding:20px;
17
-
background-color:white;
18
-
border:1px solid #ddd;
19
-
box-shadow:04px10pxrgba(0,0,0,0.1);
14
+
width:70%;
15
+
margin:40px auto;
16
+
padding:30px;
17
+
background-color:#fff;
18
+
border-radius:15px;
19
+
box-shadow:06px16pxrgba(0,0,0,0.15);
20
20
}
21
21
.header {
22
22
text-align: center;
23
+
border-bottom:2px solid #eeeeee;
23
24
padding-bottom:20px;
24
-
border-bottom:1px solid #ddd;
25
25
}
26
26
.headerh1 {
27
-
font-size:32px;
27
+
font-size:36px;
28
+
color:#1e90ff;
28
29
margin:0;
29
-
color:#333;
30
30
}
31
31
.headerp {
32
-
margin:5px0;
33
-
color:#666;
32
+
font-size:16px;
33
+
color:#555;
34
+
margin:0;
34
35
}
35
36
.section {
36
-
padding:10px0;
37
-
border-bottom:1px solid #ddd;
37
+
padding:20px0;
38
+
border-bottom:1px solid #eeeeee;
38
39
}
39
40
.sectionh2 {
40
-
font-size:24px;
41
-
color:#333;
42
-
border-left:5px solid #009688;
43
-
padding-left:10px;
41
+
font-size:26px;
42
+
color:#1e90ff;
43
+
margin:0;
44
+
padding-bottom:10px;
45
+
border-bottom:2px solid #1e90ff;
44
46
}
45
47
.sectionul {
46
-
list-style: none;
47
-
padding:0;
48
+
list-style-type: circle;
49
+
padding-left:20px;
48
50
}
49
51
.sectionulli {
50
52
margin-bottom:10px;
53
+
font-size:16px;
54
+
color:#333;
55
+
}
56
+
.sectionp {
57
+
font-size:16px;
58
+
color:#333;
51
59
}
52
60
.footer {
53
61
text-align: center;
54
62
padding-top:20px;
63
+
font-size:14px;
64
+
color:#777;
55
65
}
56
66
</style>
57
67
</head>
@@ -66,49 +76,45 @@ <h1>Umer Yousuf</h1>
66
76
<divclass="section">
67
77
<h2>Summary</h2>
68
78
<p>
69
-
Cybersecurity expert specializing in application and product security, penetration testing, and risk assessments. Skilled in incident response and complex projects, with hall of fame recognition for uncovering security threats. I hold a Bachelor's in Computer Science.
79
+
I am a cybersecurity expert specializing in application and product security, penetration testing, and risk assessments. Skilled in incident response and complex projects, with hall of fame recognition for uncovering security threats. I hold a Bachelor's degree in Computer Science.
0 commit comments