-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (105 loc) · 5.08 KB
/
index.html
File metadata and controls
110 lines (105 loc) · 5.08 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>jdevfullstack Profile</title>
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap" rel="stylesheet">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css'>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/png"
href="https://github.com/xdvrx1/xdvrx1.github.io/blob/master/assets/icon.png?raw=true">
</head>
<body>
<header class="ScriptHeader">
<div class="rt-container">
<div class="col-rt-12">
<div class="rt-heading">
<h1><strong>jfullstackdev</strong>
<img src="https://komarev.com/ghpvc/?username=xdvrx1&label=GITHUB+PROFILE+VIEWS" alt="xdvrx1" />
</h1>
<div style="text-align: center;">
<p>Design. Develop. Innovate.</p>
<p style="margin-top: 5px">***</p>
</div>
</div>
</div>
</div>
</header>
<section>
<div class="rt-container">
<div class="col-rt-12">
<div class="Scriptcontent">
<div class="my-profile py-4">
<div class="container">
<div class="row">
<div class="col-lg-4 mb-2 mb-lg-0">
<div class="card shadow-sm">
<div class="card-header bg-transparent text-center">
<img class="profile_img"
src="https://github.com/jdevfullstack/jdevfullstack.github.io/master/assets/profile.png"
alt="profile pic">
<h3>jfullstackdev</h3>
</div>
</div>
</div>
<div class="col-lg-8">
<div class="card shadow-sm">
<div class="card-header bg-transparent border-0">
<div class="social-icons" style="text-align: center; margin: 10px 0;">
<a
href="https://github.com/jfullstackdev"
target="_blank"
style="color:#333; font-size: 30px; margin: 0 2px; text-decoration: none;
border: 2px dashed #4ca2cd; border-radius: 10px; width: 50px; height: 50px;
display: inline-flex; justify-content: center; align-items: center;
transition: transform 0.3s ease;">
<i class="fab fa-github"></i>
</a>
<a
href="https://twitter.com/jfullstackdev"
target="_blank"
style="color:#000; font-size: 30px; margin: 0 2px; font-weight: bold;
font-style: normal; text-decoration: none; border: 2px dashed #4ca2cd;
border-radius: 10px; width: 50px; height: 50px; display: inline-flex;
justify-content: center; align-items: center; transition: transform 0.3s ease;">
X
</a>
</div>
<p style="text-align: center;">
Senior Full Stack Developer, GitHub Contributor, Google &
VEX Robotics Certified Educator, ICT & Robotics Instructor
</p>
<div class="tech-stack">
<div class="tech-grid">
<span class="tech-item">Java</span>
<span class="tech-item">Spring Boot</span>
<span class="tech-item">PHP</span>
<span class="tech-item">Laravel</span>
<span class="tech-item">HTML/CSS</span>
<span class="tech-item">JavaScript</span>
<span class="tech-item">Node.js</span>
<span class="tech-item">React</span>
<span class="tech-item">Git</span>
<span class="tech-item">GitHub</span>
<span class="tech-item">Robotics</span>
<span class="tech-item">Arduino</span>
<span class="tech-item">Web Dev</span>
<span class="tech-item">Tutorials</span>
<span class="tech-item">Tech Writing</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>