Skip to content

Commit

Permalink
Convert news to static html, add title, clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tom7 authored and sophiapoirier committed Jul 11, 2020
1 parent 5044960 commit ef6e042
Show file tree
Hide file tree
Showing 4 changed files with 757 additions and 783 deletions.
23 changes: 11 additions & 12 deletions site/form.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
<html>
<!doctype html>
<head>
<title>[DFX] - Send some Comments!</title>

<link rel=stylesheet type="text/css"
href="dfx.css" title="dfx">
<title>[DFX] - Send some Comments!</title>
<link rel=stylesheet type="text/css" href="dfx.css" title="dfx">
</head>

<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"
bgcolor="EE88331" background="orange.gif" text=#000000 link=#9999FF
vlink=#9999FF alink=#DD4444>
bgcolor="EE88331" background="orange.gif" text="#000000" link="#9999FF "
vlink="#9999FF" alink="#DD4444">

<table width=550 border=0 cellpadding=0 cellspacing=0>
<tr><td width=30>&nbsp;</td>
<td width=375 valign=top>

<p><table width=365 bgcolor=#000000 cellpadding=4 cellspacing=0 border=0>
<tr><td><table width=357 bgcolor=#FFFFFF cellpadding=4 cellspacing=0 border=0><tr><td>
<p><table width=365 bgcolor="#000000" cellpadding=4 cellspacing=0 border=0>
<tr><td><table width=357 bgcolor="#FFFFFF" cellpadding=4 cellspacing=0 border=0><tr><td>

<table width=100%>
<tr><td><img align=right src=dfx-email.gif width=142 height=34 border=0></td></tr>
<tr><td><img align=right src="dfx-email.png" width=142 height=34 border=0></td></tr>
<tr><td valign=top>

<p align=justify class=intro>

<form action=http:https://dfx.spacebar.org/f/a/form/doform method=post>
<form action="http:https://dfx.spacebar.org/f/a/form/doform" method=post>
<input type=hidden name=n value=6>

<table>
Expand All @@ -45,4 +44,4 @@
</td></tr></table>

</body>
</html>

Binary file added site/news-title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ef6e042

Please sign in to comment.