-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
39 lines (39 loc) · 2.07 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<link href="css/style.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<meta charset="utf-8">
</head>
<body>
<center>
<span style="color: black; font-family: courier; font-size: 25px; font-weight: bold;">RealTime HTML</span>
<a style="color: black; text-decoration: none; font-weight: bold;" target="_blank" href="https://tawsiftorabi.github.io"><small>by Tawsif Torabi</small></a>
<h4>A Realtime HTML Practice Editor for HTML Beginners 💻</h4>
<a href="https://www.facebook.com/tawsif.torabi" target="_blank" class="buttonSt"><i class="fa-brands fa-facebook"></i> Me on Facebook</a>
<a href="https://github.com/TawsifTorabi/realtimeHTML" target="_blank" class="buttonSt"><i class="fa-brands fa-github"></i> Source on Github</a>
</center></br>
<div style="margin-left: 10%; margin-right: 10%;">
This is basically a RealTime HTML Interpreter web application written with pure Javascript.
</br>
I started this project when I was in school, made a rough app for my friends, </br>
'cause they needed something to understand HTML well.</br></br>
At that time, </br>
Table tag and Building table with HTML was a Nightmare for newbies, I donno why. </br>
I made this app to visually learn HTML well.</br>
After 5 consecutive years, while looking through my Github repositories, I looked at it again.</br>
So I gave it another touch to be more user-friendly and come with more functionality.
Features,</br>
<ul>
<li>Autosave Feature</li>
<li>Save Code at Browser Storage</li>
<li>Demo Sample HTML Codes for Beginners</li>
<li>Updated User-Interface</li>
<li>Editor Input Data Size and Line Count Stats</li>
<li>Flexible Interface, editor can be both horizontal & Vertical</li>
</ul>
</br>
</div>
<script src="js/aurna-lightbox.js"></script>
</body>
</html>