added first two pages [WIP]
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-25 22:56:29 +01:00
parent d2c91003ff
commit 7bcba93bd9
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
3 changed files with 54 additions and 3 deletions

@ -9,7 +9,6 @@
<title>tew-0x00</title>
<meta name="description" content="tew-0x00">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tew-0x00</title>
<link rel="stylesheet" type="text/css" href="./css/style.css">
</head>
<body>
@ -21,8 +20,8 @@
<h3 class="subtitle"> &gt CSS DEMO &lt </h3>
<p>Hello friend. This page tries to demonstrate basic CSS3 functionality.
<ul >
<li><a href="#">CSS3 round corners</a></li>
<li><a href="#">CSS3 background gradient</a></li>
<li><a href="pages/roundcorners.html">CSS3 round corners</a></li>
<li><a href="pages/backgroundgradient.html">CSS3 background gradient</a></li>
<li><a href="#">CSS3 shadows</a></li>
<li><a href="#">CSS3 2D transforms</a></li>
<li><a href="#">CSS3 3D transforms</a></li>

@ -0,0 +1,26 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>background gradient - tew-0x00</title>
<meta name="description" content="background gradient - tew-0x00">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="../css/style.css">
</head>
<body>
<h2 class="subtitle"> &gt CSS DEMO &lt </h2>
<h3 class="title">background gradient</h3>
<footer class="copyright">
&copy; 2020 <a href="https://git.dotya.ml/wanderer" target="_blank">wanderer</a>
· <a href="https://tew0x00.dotya.ml/">tew-0x00</a>
· WTFPL<br>
<a href="https://git.dotya.ml/wanderer/TEW-0x00" target="_blank" title="page source">source</a>
</footer>
</body>
</html>

26
pages/roundcorners.html Normal file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>round corners - tew-0x00</title>
<meta name="description" content="round corners - tew-0x00">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="../css/style.css">
</head>
<body>
<h2 class="subtitle"> &gt CSS DEMO &lt </h2>
<h3 class="title">round corners</h3>
<footer class="copyright">
&copy; 2020 <a href="https://git.dotya.ml/wanderer" target="_blank">wanderer</a>
· <a href="https://tew0x00.dotya.ml/">tew-0x00</a>
· WTFPL<br>
<a href="https://git.dotya.ml/wanderer/TEW-0x00" target="_blank" title="page source">source</a>
</footer>
</body>
</html>