factory-engine
Version:
Template Engine
46 lines (41 loc) • 4.43 kB
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Factory - Home</title>
<link rel="stylesheet" href="https://fonts.sandbox.google.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"/>
<link rel="stylesheet" type="text/css" href="./res/main.css">
</head>
<body>
<div id="header">
<p>Factory</p>
</div>
<div id="menus">
<div class="menu">
<p class="name"></p>
</div>
</div>
<div id="body">
<div class="warning">
<div class="head">
<svg class="warning-icon" xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="M2.725 21Q2.15 21 1.875 20.5Q1.6 20 1.875 19.5L11.125 3.5Q11.4 3 12 3Q12.6 3 12.875 3.5L22.125 19.5Q22.4 20 22.125 20.5Q21.85 21 21.275 21ZM12 10Q11.575 10 11.288 10.287Q11 10.575 11 11V14Q11 14.425 11.288 14.712Q11.575 15 12 15Q12.425 15 12.713 14.712Q13 14.425 13 14V11Q13 10.575 12.713 10.287Q12.425 10 12 10ZM12 18Q12.425 18 12.713 17.712Q13 17.425 13 17Q13 16.575 12.713 16.288Q12.425 16 12 16Q11.575 16 11.288 16.288Q11 16.575 11 17Q11 17.425 11.288 17.712Q11.575 18 12 18Z"/></svg>
<p class="title">Beta test</p>
</div>
<p class="description">Even if the version of Factory is 4.0.2, this is only for test purposes and errors may appear. Also, futur versions will surely contain deprecated things.</p>
</div>
<div class="info">
<div class="head">
<svg class="info-icon" xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="M12 17Q12.425 17 12.713 16.712Q13 16.425 13 16V11.975Q13 11.55 12.713 11.275Q12.425 11 12 11Q11.575 11 11.288 11.287Q11 11.575 11 12V16.025Q11 16.45 11.288 16.725Q11.575 17 12 17ZM12 9Q12.425 9 12.713 8.712Q13 8.425 13 8Q13 7.575 12.713 7.287Q12.425 7 12 7Q11.575 7 11.288 7.287Q11 7.575 11 8Q11 8.425 11.288 8.712Q11.575 9 12 9ZM12 22Q9.925 22 8.1 21.212Q6.275 20.425 4.925 19.075Q3.575 17.725 2.788 15.9Q2 14.075 2 12Q2 9.925 2.788 8.1Q3.575 6.275 4.925 4.925Q6.275 3.575 8.1 2.787Q9.925 2 12 2Q14.075 2 15.9 2.787Q17.725 3.575 19.075 4.925Q20.425 6.275 21.212 8.1Q22 9.925 22 12Q22 14.075 21.212 15.9Q20.425 17.725 19.075 19.075Q17.725 20.425 15.9 21.212Q14.075 22 12 22Z"/></svg>
<p class="title">Information</p>
</div>
<p class="description">Factory, or factory-engine, is a template engine, built to be easy to understand and use. This is a fast programming language made with <a target="_blank" href="https://nodejs.org/en/">Node.js</a>. This document let you understand how Factory works.</p>
</div>
<div class="box">
<a class="title linker" id="presentation" href="#presentation">Presentation<svg xmlns="http://www.w3.org/2000/svg" class="linker-icon" height="30" width="40"><path d="M11.667 28.333Q8.167 28.333 5.75 25.917Q3.333 23.5 3.333 20Q3.333 16.5 5.75 14.083Q8.167 11.667 11.667 11.667H17.208Q17.833 11.667 18.229 12.063Q18.625 12.458 18.625 13.042Q18.625 13.667 18.229 14.063Q17.833 14.458 17.208 14.458H11.667Q9.292 14.458 7.708 16.042Q6.125 17.625 6.125 20Q6.125 22.375 7.708 23.958Q9.292 25.542 11.667 25.542H17.208Q17.833 25.542 18.229 25.958Q18.625 26.375 18.625 26.958Q18.625 27.542 18.229 27.938Q17.833 28.333 17.208 28.333ZM14.875 21.375Q14.25 21.375 13.854 20.979Q13.458 20.583 13.458 20Q13.458 19.417 13.854 19.021Q14.25 18.625 14.875 18.625H25.125Q25.75 18.625 26.146 19.021Q26.542 19.417 26.542 20Q26.542 20.583 26.146 20.979Q25.75 21.375 25.125 21.375ZM22.792 28.333Q22.167 28.333 21.771 27.938Q21.375 27.542 21.375 26.958Q21.375 26.333 21.771 25.938Q22.167 25.542 22.792 25.542H28.333Q30.708 25.542 32.292 23.958Q33.875 22.375 33.875 20Q33.875 17.625 32.292 16.042Q30.708 14.458 28.333 14.458H22.792Q22.167 14.458 21.771 14.042Q21.375 13.625 21.375 13.042Q21.375 12.458 21.771 12.063Q22.167 11.667 22.792 11.667H28.333Q31.833 11.667 34.25 14.083Q36.667 16.5 36.667 20Q36.667 23.5 34.25 25.917Q31.833 28.333 28.333 28.333Z"/></svg></a>
<p class="description">Factory has been made by StartKingz, a french developer. Originally created because I didn't know about template engines, it became my favourite language because it doesn't require any experience to understand it, and it's easier than PHP 😄</p>
</div>
</div>
</body>
</html>
<script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>