-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (97 loc) · 5.49 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
<!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/5.12.1/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>jdevfullstack</strong> <img src="https://komarev.com/ghpvc/?username=xdvrx1&label=GITHUB+PROFILE+VIEWS" alt="xdvrx1" /> <a href="https://xdvrx1.github.io/learn-to-code/"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fxdvrx1.github.io&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false"/></a></h1>
<center>
<p>Design. Develop. Innovate.</p>
<p>***</p>
</center>
</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">
<div class="card shadow-sm">
<div class="card-header bg-transparent text-center">
<img class="profile_img" src="https://raw.githubusercontent.com/jdevfullstack/jdevfullstack.github.io/master/assets/profile.png" alt="profile pic">
<h3>jdevfullstack</h3>
</div>
</div>
</div>
<div class="col-lg-8">
<div class="card shadow-sm">
<div class="card-header bg-transparent border-0">
<h3 class="mb-0"><i class="far fa-clone pr-1"></i>About Me</h3>
<br>
<p class="mb-0"><strong class="pr-1">GitHub: <a href="https://github.com/jdevfullstack" target="_blank" style="color:blue">https://github.com/jdevfullstack</a></strong></p>
<p class="mb-0"><strong class="pr-1">Twitter: <a href="https://twitter.com/jdevfullstack" target="_blank" style="color:blue">https://twitter.com/jdevfullstack</a></strong></p>
<br>
<p> --- </p>
<p>
software developer, ICT & Robotics teacher & trainer,
Google & VEX Robotics Certified Educator,
GitHub Community Member (Level 3)
</p>
<p> --- </p>
<br>
<p> --- </p>
<p>
I'm documenting the things I'm interested in, lessons that I'm
learning and topics that I'm teaching. And I want to share these
things with you. So, please hit the star button or fork any repo that
you think is helpful / informative / worth it. It
means a lot to me. Thanks.
</p>
<p> --- </p>
<br>
<p> --- </p>
<p>
I'm now a freelancer so you can hire me.
<div>
<ol>
<li>Web Dev ( Java, Spring Boot, PHP, Laravel )</li>
<li>online tutorial ( programming, Arduino & Robotics )</li>
<li>writing tech lessons, topics or Course Syllabus</li>
<li>Technical Writing</li>
</ol>
</div>
just DM me for the details at <a href="https://twitter.com/jdevfullstack">Twitter</a>
</p>
<p> --- </p>
<br>
</div>
</div>
</div>
</div>
</div>
<!-- partial -->
</div>
</div>
</div>
</section>
</body>
</html>