Skip to content

Commit f2c773b

Browse files
committed
Page fix formatting
1 parent 646c013 commit f2c773b

1 file changed

Lines changed: 109 additions & 103 deletions

File tree

index.html

Lines changed: 109 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,115 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>jdevfullstack Profile</title>
8-
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap" rel="stylesheet">
9-
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css'>
10-
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css'>
11-
<link rel="stylesheet" href="css/style.css">
123

13-
<link rel="icon"
14-
type="image/png"
15-
href="https://github.com/xdvrx1/xdvrx1.github.io/blob/master/assets/icon.png?raw=true">
16-
</head>
17-
<body>
18-
<header class="ScriptHeader">
19-
<div class="rt-container">
20-
<div class="col-rt-12">
21-
<div class="rt-heading">
22-
<h1><strong>jfullstackdev</strong>
23-
<img src="https://komarev.com/ghpvc/?username=xdvrx1&label=GITHUB+PROFILE+VIEWS"
24-
alt="xdvrx1" /></h1>
25-
<div style="text-align: center;">
26-
<p>Design. Develop. Innovate.</p>
27-
<p style="margin-top: 5px">***</p>
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>jdevfullstack Profile</title>
9+
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap" rel="stylesheet">
10+
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css'>
11+
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css'>
12+
<link rel="stylesheet" href="css/style.css">
13+
14+
<link rel="icon" type="image/png"
15+
href="https://github.com/xdvrx1/xdvrx1.github.io/blob/master/assets/icon.png?raw=true">
16+
</head>
17+
18+
<body>
19+
<header class="ScriptHeader">
20+
<div class="rt-container">
21+
<div class="col-rt-12">
22+
<div class="rt-heading">
23+
<h1><strong>jfullstackdev</strong>
24+
<img src="https://komarev.com/ghpvc/?username=xdvrx1&label=GITHUB+PROFILE+VIEWS" alt="xdvrx1" />
25+
</h1>
26+
<div style="text-align: center;">
27+
<p>Design. Develop. Innovate.</p>
28+
<p style="margin-top: 5px">***</p>
29+
</div>
30+
</div>
31+
</div>
32+
</div>
33+
</header>
34+
<section>
35+
<div class="rt-container">
36+
<div class="col-rt-12">
37+
<div class="Scriptcontent">
38+
<div class="my-profile py-4">
39+
<div class="container">
40+
<div class="row">
41+
<div class="col-lg-4 mb-2 mb-lg-0">
42+
<div class="card shadow-sm">
43+
<div class="card-header bg-transparent text-center">
44+
<img class="profile_img"
45+
src="https://raw.githubusercontent.com/jdevfullstack/jdevfullstack.github.io/master/assets/profile.png"
46+
alt="profile pic">
47+
<h3>jfullstackdev</h3>
48+
</div>
2849
</div>
29-
</div>
30-
</div>
31-
</div>
32-
</header>
33-
<section>
34-
<div class="rt-container">
35-
<div class="col-rt-12">
36-
<div class="Scriptcontent">
37-
<div class="my-profile py-4">
38-
<div class="container">
39-
<div class="row">
40-
<div class="col-lg-4 mb-2 mb-lg-0">
41-
<div class="card shadow-sm">
42-
<div class="card-header bg-transparent text-center">
43-
<img class="profile_img"
44-
src="https://raw.githubusercontent.com/jdevfullstack/jdevfullstack.github.io/master/assets/profile.png"
45-
alt="profile pic">
46-
<h3>jfullstackdev</h3>
47-
</div>
48-
</div>
49-
</div>
50-
<div class="col-lg-8">
51-
<div class="card shadow-sm">
52-
<div class="card-header bg-transparent border-0">
53-
<h3 class="mb-0"><i class="far fa-clone pr-1"></i>About Me</h3>
54-
<div class="social-icons" style="text-align: center; margin: 10px 0;">
55-
<a href="https://github.com/jfullstackdev"
56-
target="_blank"
57-
style="color:#333; font-size: 30px; margin: 0 2px; text-decoration: none;
58-
border: 2px dashed #4ca2cd; border-radius: 10px; width: 50px; height: 50px;
59-
display: inline-flex; justify-content: center; align-items: center;
60-
transition: transform 0.3s ease;">
61-
<i class="fab fa-github"></i>
62-
</a>
63-
<a href="https://twitter.com/jfullstackdev"
64-
target="_blank"
65-
style="color:#000; font-size: 30px; margin: 0 2px; font-weight: bold;
66-
font-style: normal; text-decoration: none; border: 2px dashed #4ca2cd;
67-
border-radius: 10px; width: 50px; height: 50px; display: inline-flex;
68-
justify-content: center; align-items: center; transition: transform 0.3s ease;">
69-
X
70-
</a>
71-
</div>
72-
<p style="text-align: center;">
73-
Senior Full Stack Developer, GitHub Contributor, Google &
74-
VEX Robotics Certified Educator, ICT & Robotics Instructor
75-
</p>
76-
<p class="ellipsis-separator" style="text-align: center;"> ... </p>
77-
<p>
78-
I'm documenting the things I'm interested in, lessons that I'm
79-
learning and topics that I'm teaching. And I want to share these
80-
things with you. So, please hit the star button or fork any repo that
81-
you think is helpful / informative / worth it. It
82-
means a lot to me. Thanks.
83-
</p>
84-
<p class="ellipsis-separator" style="text-align: center;"> ... </p>
85-
<p>
86-
I'm now a freelancer so you can hire me:
87-
</p>
88-
<ol style="margin: 5px 0; padding-left: 25px;">
89-
<li>Web Dev ( Java, Spring Boot, PHP, Laravel )</li>
90-
<li>online tutorial ( programming, Arduino & Robotics )</li>
91-
<li>writing tech lessons, topics or Course Syllabus</li>
92-
<li>Technical Writing</li>
93-
</ol>
94-
<p>
95-
Just DM me for the details at <a
96-
href="https://twitter.com/jfullstackdev"
97-
style="color: #000;">Twitter (X)</a>
98-
</p>
99-
</div>
100-
</div>
101-
</div>
102-
</div>
50+
</div>
51+
<div class="col-lg-8">
52+
<div class="card shadow-sm">
53+
<div class="card-header bg-transparent border-0">
54+
<h3 class="mb-0"><i class="far fa-clone pr-1"></i>About Me</h3>
55+
<div class="social-icons" style="text-align: center; margin: 10px 0;">
56+
<a
57+
href="https://github.com/jfullstackdev"
58+
target="_blank"
59+
style="color:#333; font-size: 30px; margin: 0 2px; text-decoration: none;
60+
border: 2px dashed #4ca2cd; border-radius: 10px; width: 50px; height: 50px;
61+
display: inline-flex; justify-content: center; align-items: center;
62+
transition: transform 0.3s ease;">
63+
<i class="fab fa-github"></i>
64+
</a>
65+
<a
66+
href="https://twitter.com/jfullstackdev"
67+
target="_blank"
68+
style="color:#000; font-size: 30px; margin: 0 2px; font-weight: bold;
69+
font-style: normal; text-decoration: none; border: 2px dashed #4ca2cd;
70+
border-radius: 10px; width: 50px; height: 50px; display: inline-flex;
71+
justify-content: center; align-items: center; transition: transform 0.3s ease;">
72+
X
73+
</a>
74+
</div>
75+
<p style="text-align: center;">
76+
Senior Full Stack Developer, GitHub Contributor, Google &
77+
VEX Robotics Certified Educator, ICT & Robotics Instructor
78+
</p>
79+
<p class="ellipsis-separator" style="text-align: center;"> ... </p>
80+
<p>
81+
I'm documenting the things I'm interested in, lessons that I'm
82+
learning and topics that I'm teaching. And I want to share these
83+
things with you. So, please hit the star button or fork any repo that
84+
you think is helpful / informative / worth it. It
85+
means a lot to me. Thanks.
86+
</p>
87+
<p class="ellipsis-separator" style="text-align: center;"> ... </p>
88+
<p>
89+
I'm now a freelancer so you can hire me:
90+
</p>
91+
<ol style="margin: 5px 0; padding-left: 25px;">
92+
<li>Web Dev ( Java, Spring Boot, PHP, Laravel )</li>
93+
<li>online tutorial ( programming, Arduino & Robotics )</li>
94+
<li>writing tech lessons, topics or Course Syllabus</li>
95+
<li>Technical Writing</li>
96+
</ol>
97+
<p>
98+
just DM me for the details at <a
99+
href="https://twitter.com/jfullstackdev"
100+
style="color: #000;">Twitter (X)
101+
</a>
102+
</p>
103+
</div>
103104
</div>
104-
</div>
105+
</div>
106+
</div>
105107
</div>
106-
</div>
107-
</section>
108-
</body>
109-
</html>
108+
</div>
109+
</div>
110+
</div>
111+
</div>
112+
</section>
113+
</body>
114+
115+
</html>

0 commit comments

Comments
 (0)