first page

master
funix 3 years ago
parent c7954853a6
commit fe6272a6e0

@ -68,8 +68,7 @@ html1 = '''
<div class="firstP">
<h1 style="position: absolute; top: 0; left:0; color: black;">Title!</h1>
<p style="position: absolute; bottom: 0; right:0;" class="nomignoli">Funix and Kamo</p>
<p style="position: absolute; bottom: 0; right:0;">Authors!</p>
</div>
<div class="contents">
@ -91,8 +90,7 @@ html2 = '''
<div class="firstP">
<h1 style="position: absolute; top: 0; left:0; color: black;">Title!</h1>
<p style="position: absolute; bottom: 0; right:0;" class="nomignoli">Funix and Kamo</p>
<p style="position: absolute; bottom: 0; right:0;">Authors!</p>
</div>
<div class="contents">

@ -35,8 +35,7 @@ html = '''
<div class="firstP">
<h1 style="position: absolute; top: 0; left:0; color: black;">Title!</h1>
<p style="position: absolute; bottom: 0; right:0;">NamesFunix and Kamo</p>
<p style="position: absolute; bottom: 0; right:0;">Authors!</p>
</div>
<div class="contents">
@ -67,9 +66,11 @@ for q in qq:
html += f""" <img src='{r}'>\n"""
# Close the html text
html += '''</body>
html += ''' <div>
</body>
</html>'''
html = html.replace(" '", "'")
with open('../2_layout/3.html', 'w') as index: # Save the <html> file!

@ -39,6 +39,14 @@ html = '''
<title>📡 💻📘</title>
</head>
<body>
<div class="firstP">
<h1 style="position: absolute; top: 0; left:0; color: black;">Title!</h1>
<p style="position: absolute; bottom: 0; right:0;">Authors!</p>
</div>
<div class="contents">
'''
@ -128,7 +136,8 @@ for q in qq:
# Close the html text
html += '''</body>
html += ''' <div>
</body>
</html>'''
with open('../2_layout/localpics.html','w') as index: # Save the <html> file!

@ -58,7 +58,7 @@
/* Rules for Part Of Speech (POS), defined in classes in <span> */
/* This case, conjunctions + verbs ) */
span.NN {
span.CC {
font-size: 3vw;
color: var(--first);
}

Loading…
Cancel
Save