-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
206 lines (175 loc) · 6.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Xsourcecode Beginner Developer</title>
<meta name="description" content="XsoXsourcecode Beginner Developer' is a self-taught Developer on both Front End and Use of CMS.
Also loves Python, there is no place">
<meta name="viewport" charset="utf-8" content="width=device-width, initial-scale, maximum-scale=1, minimum-scale=1"/>
<link href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&family=Russo+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" />
<link rel="stylesheet" type="text/css" href="default.css">
<link id="theme-style" rel="stylesheet" type="text/css" href="">
</head>
<body>
<section class="s1">
<div class="main-container">
<div class="greeting-wrap">
<h1>Hi, I'm Xsrcc</h1>
</div>
<div class="intro-wrapper">
<div class="nav-wrapper">
<div class="dots-wrapper">
<div id="dot-1" class="browser-dot"></div>
<div id="dot-2" class="browser-dot"></div>
<div id="dot-3" class="browser-dot"></div>
</div>
<ul id="navigation">
<li><a href="#about-me">About</a></li>
<li><a href="https://XsrCC">Blog</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="left-column">
<img id="profile-pik" src="https://i.ibb.co/J26gP2n/poto.jpg" alt="poto" border="0"><alt="Xsrcc">
<h5 style="text-align: center;line-height: 0;">Personalize Theme</h5>
<div id="theme-option-wrapper">
<div data-mode="light" id="light-mode" class="theme-dot"></div>
<div data-mode="blue" id="blue-mode" class="theme-dot"></div>
<div data-mode="green" id="green-mode" class="theme-dot"></div>
<div data-mode="purple" id="purple-mode" class="theme-dot"></div>
</div>
<p id="settings-note">*Theme options will be saved for<br> your next visit</p>
</div>
<div class="right-column">
<div id="preview-shadow">
<div id="preview">
<div id="corner-tl" class="corner"></div>
<div id="corner-tr" class="corner"></div>
<h3>What I Do</h3>
<p>I am a Beginner Developer & a fun of Python and Open-Source</p>
<div id="corner-br" class="corner"></div>
<div id="corner-bl" class="corner"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s2">
<div class="main-container">
<div class="about-wrapper">
<div class="about-me">
<h4 id="about-me">More About Me</h4>
<p>I am a Beginner Developer (focusing mainly on Python, & Open Source)</p>
<p>Coding on Python and Open-Source contribution has always been my dream. Mainly to help companies to build complex application and systems to serve a large group of users with the help python and other modern technologies.
I am a big fun of giving back to the community, mainly through sharing knowledge via technical articles</p>
<hr>
<h4>TOP EXPERTISE</h4>
<p>Developer with primary focus on Python + React:</p>
<div id="skills">
<ul>
<li>Python</li>
<li>Html</li>
<li>Java</li>
<li>Javascript</li>
</ul>
<ul>
<li>S.E.O</li>
<li>Wordpress</li>
<li>Html & Css</li>
<li>Technical Writer</li>
</ul>
</div>
</div>
<div class="social-links">
<img id="social-image" src="https://i.ibb.co/J26gP2n/poto.jpg" alt="poto" border="0">
<h3>Find me on twitter & Youtube</h3>
<a target="_blank" href="/home/cpanelUsername/public_html/about.html" >YouTube</a>
<br>
<a target="_blank" href="https://twitter.com/">Twitter</a>
<br>
<a target="_blank" href="https://www.linkedin.com/">LinkeIn</a>
</div>
</div>
</div>
</section>
<section class="s1">
<div class="main-container">
<h3 style="text-align: center;">Some of My Projects</h3>
<div class="post-wrapper">
<div>
<div class="post">
<img class="thumbnail" src="images/virtual.jpg">
<div class="post-preview">
<h6 class="post-title">Desktop Virtual Assistant</h6>
<p class="post-intro">Samaritan is a virtual assistant like siri and alexa.
It is developed by the python language.</p>
<a href="post.html">Read More</a>
</div>
</div>
</div>
<div>
<div class="post">
<img class="thumbnail" src="images/chat.jpeg">
<div class="post-preview">
<h6 class="post-title">Chat Bot</h6>
<p class="post-intro">Bored and need a partner to chat with? I got an AI Chatbot for you
created by python</p>
<a href="https://github.com/xsrcc">Read More</a>
</div>
</div>
</div>
<div>
<div class="post">
<img class="thumbnail" src="images/ecom.png">
<div class="post-preview">
<h6 class="post-title">Django Ecom Website</h6>
<p class="post-intro">A Django E-Comm site made by Python and the Django with all
features of a shopping website.
</p>
<a href="https://github.com/xsrcc">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s2">
<div class="main-container">
<h3 id="contact" style="text-align: center;">Get in Touch</h3>
<form id="contact-form" action="https://formsubmit.co/xsourcecode22@gmail.com" method="POST">
<label>Name</label>
<input class="input-field" type="text" name="name" required>
<label>Subject</label>
<input class="input-field" type="text" name="subject">
<label>Email</label>
<input class="input-field" type="text" name="email" required>
<label>Message</label>
<textarea class="input-field" name="name"></textarea>
<input id="submit-btn" type="submit" value="Send">
</form>
</div>
</section>
<section class="s2">
<div class="footer-basic">
<footer>
<div class="social">
<a target="_blank" href="https://www.instagram.com/"><i class="fa fa-instagram"></i></a>
<a target="_blank" href="https://www.linkedin.com" <i class="fa fa-linkedin"></i></a>
<a target="_blank" href="https://twitter.com"><i class="fa fa-twitter"></i></a>
<a target="_blank" href="#"><i class="fa fa-facebook"></i></a>
</div>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://www.freecodecamp.org">Freecode Camp</a></li>
<li class="list-inline-item"><a href="https://github.com/xsrcc">GitHub</a></li>
<li class="list-inline-item"><a href="https://Xsourcecode">Blog</a></li>
<li class="list-inline-item"><a href="https://Xsourcecode">Dev</a></li>
</ul>
<p class="copyright">XsrCC © 2021</p>
</footer>
</div>
</section>
<script type="text/javascript" src="script.js"></script>
</body>
</html>