diff --git a/fonts/Dearest.ttf b/fonts/Dearest.ttf new file mode 100755 index 0000000..c1061be Binary files /dev/null and b/fonts/Dearest.ttf differ diff --git a/fonts/EncodeSans-Light.ttf b/fonts/EncodeSans-Light.ttf new file mode 100755 index 0000000..07a3123 Binary files /dev/null and b/fonts/EncodeSans-Light.ttf differ diff --git a/fonts/Gputeks-Regular.ttf b/fonts/Gputeks-Regular.ttf new file mode 100755 index 0000000..5eba81a Binary files /dev/null and b/fonts/Gputeks-Regular.ttf differ diff --git a/fonts/Kirsty.ttf b/fonts/Kirsty.ttf new file mode 100755 index 0000000..7f8435d Binary files /dev/null and b/fonts/Kirsty.ttf differ diff --git a/fonts/LeagueGothic-CondensedItalic.ttf b/fonts/LeagueGothic-CondensedItalic.ttf new file mode 100755 index 0000000..63df813 Binary files /dev/null and b/fonts/LeagueGothic-CondensedItalic.ttf differ diff --git a/fonts/LeagueGothic-CondensedRegular.ttf b/fonts/LeagueGothic-CondensedRegular.ttf new file mode 100755 index 0000000..3a68bba Binary files /dev/null and b/fonts/LeagueGothic-CondensedRegular.ttf differ diff --git a/fonts/Lobster.ttf b/fonts/Lobster.ttf new file mode 100755 index 0000000..58a228e Binary files /dev/null and b/fonts/Lobster.ttf differ diff --git a/fonts/Scratch.ttf b/fonts/Scratch.ttf new file mode 100755 index 0000000..e62fd74 Binary files /dev/null and b/fonts/Scratch.ttf differ diff --git a/fonts/SixCaps.ttf b/fonts/SixCaps.ttf new file mode 100755 index 0000000..4569e90 Binary files /dev/null and b/fonts/SixCaps.ttf differ diff --git a/fonts/SourceSansPro-Semibold.ttf b/fonts/SourceSansPro-Semibold.ttf new file mode 100755 index 0000000..b6ee84c Binary files /dev/null and b/fonts/SourceSansPro-Semibold.ttf differ diff --git a/fonts/SourceSansPro-SemiboldIt.ttf b/fonts/SourceSansPro-SemiboldIt.ttf new file mode 100755 index 0000000..a313e3c Binary files /dev/null and b/fonts/SourceSansPro-SemiboldIt.ttf differ diff --git a/img/McFly.PNG b/img/McFly.PNG new file mode 100755 index 0000000..96296b7 Binary files /dev/null and b/img/McFly.PNG differ diff --git a/index.css b/index.css old mode 100644 new mode 100755 index e69de29..16a2038 --- a/index.css +++ b/index.css @@ -0,0 +1,213 @@ +@font-face +{ + font-family: NewspaperTitle; + src: url('fonts/Dearest.ttf'); +} + +@font-face +{ + font-family: Newspaper; + src: url('fonts/LeagueGothic-CondensedRegular.ttf'); +} + +@font-face +{ + + font-family: NewspaperText; + src: url('fonts/Gputeks-Regular.ttf'); +} + +@font-face +{ + font-family: NewspaperTitleTheme; + src: url('fonts/SourceSansPro-Semibold.ttf'); +} +@font-face +{ + font-family: NewspaperMiniTitleTheme; + src: url('fonts/SourceSansPro-SemiboldIt.ttf'); +} + +@font-face +{ + font-family: NewpaperFirstLetter; + src: url('fonts/Kirsty.ttf'); +} + +@font-face +{ + font-family: NewspaperMainText; + src: url('fonts/EncodeSans-Light.ttf'); +} + +@font-face +{ + font-family: NewspaperInfo; + src: url('fonts/Lobster.ttf'); +} + +@font-face +{ + font-family: NewspaperBlockTitle; + src: url('fonts/Scratch.ttf'); +} + +@font-face +{ + font-family: NewspaperSign; + src: url('fonts/SixCaps.ttf'); +} + +.NewsPaperInfo td +{ + font-family: NewspaperInfo; + width: 300px; + text-align: center; +} + +.PaperTitle, +.UnderTitleInfo +{ + border-bottom-style: double; +} + +header +{ + font-family: NewspaperTitle; + font-size: 70px; + text-align: center; +} + +.BigSign +{ + font-family: Newspaper; + font-size: 160px; + text-align: center; + word-spacing: 80px; + letter-spacing: 10px; +} + +td +{ + vertical-align: top; +} + +.ThemeTitle-1 +{ + font-family: Newspaper; + font-size: 90px; + word-spacing: 20px; + letter-spacing: 1px; + text-align: center; +} + +.ThemeTitle-2 +{ + font-family: NewspaperTitleTheme; + font-size: 40px; +} + +.ThemeTitle-3 +{ + font-family: NewspaperTitleTheme; + font-size: 40px; +} + +.ThemeTitle-4 +{ + font-family: NewspaperMiniTitleTheme; + font-size: 40px; +} + +.ThemeTitle-5 +{ + font-family: NewspaperMiniTitleTheme; + font-size: 40px; +} + +.ThemeTitle-6 +{ + font-family: NewspaperMiniTitleTheme; + font-size: 40px; +} + +.miniTitle +{ + font-family: NewspaperTitleTheme; + font-size: 30px; +} + +.BlockNews +{ + border: 1px solid black; + height: 300px; + text-align: center; +} + +.TitleBlockNews +{ + font-family: NewspaperBlockTitle; + font-size: 25px; + text-align: center; +} + +td hr +{ + width: 130px; +} + +.BoldHr +{ + width: inherit; +} + +.first-column +{ + width: 250px; +} + +.second-column +{ + width: 250px; +} + +.third-column +{ + width: 250px; +} + +.first-mini-column +{ + width: 350px; + text-align: center; +} + +.second-mini-column +{ + width: 250px; +} + +p +{ + font-family: NewspaperMainText; + text-indent: 1.5em; +} + +p:first-letter +{ + font-family: NewpaperFirstLetter; + font-size: 25px; +} + +figcaption +{ + font-family: NewspaperSign; + font-size: 35px; +} + +.footerSign +{ + font-family: NewspaperSign; + font-size: 35px; +} + diff --git a/index.html b/index.html old mode 100644 new mode 100755 index d810ba7..4ab3eae --- a/index.html +++ b/index.html @@ -1,8 +1,212 @@ + The Old Newspaper + +
+
+
Hill Valley Telegraph
+
+
+ + + + + + + + +
Vol. XVII, No.32COMPLETE NEWSMARCH 16, 1973THE NEWSPAPER25 CENTS
+
+
GEORGE McFLY HONORED
+ + + + + + + + + + + + + + + +
Local Author Receives Award
+

+ George McFly, local author and professor was honored last night + by the Hill Valley Civic Committee at their award dinner. McFly, a life­long + resident of Hill Valley, was a­warded the Committee Golden Ci­tation + for his work in promoting civic activities, most notably the Hill Valley Library + Project. McFly gave a brief speech in which + he lauded the efforts of the City Cou­ncil + in conflicting in provide a he­althy family environment in the city.

+

A suggestion that public heari­ngs on + application be limited to one every six month + was taken under advisement by the com­mission.

+

State authorities have finally announced the + date for the ope­ning of the new municipal + court center. This anticipated event has been + the communities surroun­ding the capitol.

+

The facts regarding the situa­tion remain the same sate the au­thorities. + Details concerning the nation have been give a prelimi­nary investigation but + is is felt that only by a more detailed study will the true fasts become known.

+
+
+

+ While the final outcome of this situation has yet to be deter­mined, it is + possible that when all the facts come together at + the co­nference now scheduled for next + week, that a decision will be made to possibly + satisfy the needs and demands of all parties. +

+
+ Bulldogs Win Division
Semi-Finals
+

+ Residents feel that they have been taken advantage of + ever sin­ce the tax laws governing their + ad­ditional land holdings were revie­wed and increased. These reside­nts + are finally getting a public hea­ring on the matter and the gearing themselves + for a long and perhaps ugly battle. +

+

+ State authorities have finally announced the date for the + open­ing of the new municipal court ce­nter. + This long anticipated event has been the source of much + ani­mosity among the civic leaders of + the communities surrounding the capitol. +

+
+
+

+ An immediate investigation is assured and indications are + that some new light will be shed an the situation in the near future. + Avai­lable facts need wiglicbut autho­rities feel that time will + disclose some means of arriving at solu­tion. +

+
+ Telephone Service Held Safe Against Disaster +

+ Of no less importance was the common recognition shown of the fact that + any menace from with­out to the peace of our continents concerns all of us and + therefore properly is subject for consultation and cooperation. This was reflec­ted + in the instruments adapted by the conference. +

+

+ A suggestion that public hea­rings on applications be limited to one every six + months was taken under advisement by the com­mission. +

+
+
+ + + + + +
+ George McFly +
+
GEORGE McFly
+
+
+
+
+ More Rain Predicted +
+

+ A suggestion that public hea­rings + on applications be limited to one every six + months was taken under advisement by the com­mission. +

+

+ Many person feel at this stage that some + legal action is but it now becomes common + knowledge that there is presure from the in­side + which will materially change this aspect of the case. +

+

+ An immediate investigation is assured and + indieations are that some new light be shell + on the situation in the near futur. + Avai­lable facts seem vague but au­thorities + feel that time will disclose some means of arriving at a solu­tion. +

+

+ Future plans will, of necessity, have great + bearing on the situa­tion as it now stands. + Decisions will have to be made of the actual + planning of the project will take + considerable time but it is felt that these tops are very important. +

+
+
+
+
+ New Watergate Revelations +
+

+ Of no less importance was the common recognition shown of the fact that + any menace from with­out to the peace of our continents concerns all of us and + therefore properly is subject for consultation and cooperation. This was reflec­ted + in the instruments adapted by the conference. +

+

+ Thus at this conference all our governments found themselves in unanimous agreement in + regar­ding this undertaking. + Arran­gements for dealing with ques­tions and disputes between the + republic were further improved. +

+
+
+ Traffic Safety
+ Plan Outlined by City
Roads Authorities
+

+ While the final outcome of this situation has + yet to be de­termined, it is possible that + when all the facts come together at the conference + now scheduled for next week, that a decision + will be made to possibly satisfy the needs and demands of all parties. +

+
+
+
Indians Continue
Wounded Knee Occupation
+ South Dakota Standoff in 16th Day +
+

+ Of no less importance was the common recognition shown of the cat that + any menace from without to be peace of our continents concerns all of us and + therefore property is a subject for consultation and cooperation. + This was reflected in the instruments adapted by the conference. +

+

+ A suggestion that public hearings on applications he limited to one every six month + was taken under advisement by the commission. +

+

+ Residents feel that they have been taken advantage of ever since the tax laws governing + their additional land holdings were reviewed and increased. These residents are finally + getting a public learning on the matter and are gearing themselves for a long and + perhaps ugly tattle. +

+

+ A suggestion that public hearing on application be limited to one every six moonth + was taken under advisement by the commissions. +

+

+ Many persons feel at this stage that some legal action is forthcoming but it now + becomes common knowledge that there is pressure from inside which will materially + change the aspect of tho case. +

+
+ +