html
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
<!DOCTYPE html>
<html>
<head>
<title>Dev'blog</title>
</head>
<body>
<p id="work">work in progress...latest update on: <strong>20/08/2020</strong></p>
<!-- <ul>
</ul> -->
<br>
<p>Welcome Welcome visitor to my modest website.Here I will present some projects and news about <strong> technolgy and sciences.</strong>Some of you will notice the lack of decoration here but this is one of my first web codes that means I am learning :) </p>
<h3><a href="https://code.sololearn.com/Wh4umAHHlZyf/?ref=app">DeckyDecky</a></h3>
<p>In this article I will talk about a cheap(or free...)stream deck online for streamers!!</p>
<h3><a href="https://code.sololearn.com/WEuOMQ72nGO6/?ref=app">Calculus</a></h3>
<p>I will talk about Calculus(<em>a nightmare?</em>)or at least an overview of it...(soon available)</p>
<h3><a href="https://code.sololearn.com/WUVC5Omw3j7i/?ref=app">Full Bridge Rectifier</a></h3>
<p>An article of ChillPill, check it out!!</p>
<h3><a href="https://code.sololearn.com/W1v2JDRVM6Rk/?ref=app">The Everyday Human</a></h3>
<p>An interesting magazine of <em>Honest Thomas</em> talking about programming(what is it?) and some ideas and myths about it. People must change their miscomprehension of coding...</p>
<h3><a href="https://code.sololearn.com/W5JS9g1qVQ10/?ref=app">Values Currency Generator</a></h3>
<p>Currency Values are changing day after day, to visualize them you need a such this powerful website of <em>Sebastian Pacurar</em> where you can keep track of the values of a decent number of currencies all over the world.</p>
<h3><a href="https://code.sololearn.com/WBR7KHcBH3CT/?ref=app">Go/Golang</a></h3>
<p>In this small article I am talking about a programming language for beginners, known to be fast and easy!</p>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#work {
text-align: center;
color: red;
font-size: 15px;
}
#copy {
text-align: right;
font-size: 10px;
}
body {
background-color:#FFFFF0;
text-align: center;
}
#idea {
background-color:#F0FFFF ;
height: 100px;
}
a {
color:#A9A9A9;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
alert("For the first time I receive so much likes for a code!Thank you mates!!")
alert("Click on the title to continue reading the article. You may be redirected to an another cool website.")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run