About RockNet Community Web Pages
RockNet Home Page RockNet Site Map
City of Rockville RockNet Site Search

Introduction

The Rockville Community Network is dedicated to creating a web presence for Rockville community organizations. To that end, RockNet will provide web space to non-profit organizations that are associated with Rockville. RockNet will also create a link on our web pages to your web pages, even if your web pages are on another system on the Internet.

If your organization would like to host some web pages on the RockNet site, just print the Community Organization Form, fill it out, and mail it to:

        RockNet
        111 Maryland Ave.
        Rockville, MD 20850-2364

You have two options for establishing your web pages on the RockNet site.

  1. The RockNet web administrator will post your web pages for you.  You may put your web pages on a diskette and  mail them to RockNet or drop them off at City Hall.   Or you can e-mail the pages as attachments to comments@rocknet.org.
  2. If you want to administer your pages directly, you can apply for an account.  With an account, you will be able to copy your pages to your assigned directory through the Internet.  To get an account, just print the Web Server Account Form, fill it out, and mail it to RockNet.  You will be contacted in a few days with your account password.

In either case, you will be contacted by a RockNet participant who will help you develop your web pages.  When  developing your web pages, you should review the following considerations. The HTML template will help you get started.

General Considerations

When creating web pages to be hosted on the RockNet Web site, you need to consider the following.

HTML Considerations

The following are considerations in the use of HTML for the RockNet web pages.

Design Considerations

The following are considerations for designing web pages for the RockNet site.

Detail Considerations

The following are a collection of details for consideration.

Template HTML

If you are just starting out to learn HTML, you may want to use the following template to you get started. You can also browse the template to see what it looks like.

    <html>
    <head>
    <title>Your Organization's Name</title>
    <!-- Comments on this page. -->
    </head>
    <body bgcolor=#fffbef>
    <h1><img src="yourlogo.gif" width=200 height=200 alt="Logo">
    Your Organization's Name</h1>
    <hr>
    <!-- Start Dynamic Page Data -->
    <p>
    Introduction to your organization.
    <p>
    The mission and purpose of your organization.
    <ul>
    <li><a href="calendar.html">Calendar</a>
    <li><a href="members.html">Members and Officers</a>
    <li><a href="minutes.html">Meeting Minutes</a>
    <li><a href="newsletters.html">Newsletters</a>
    </ul>
    <p>
    To participate, contact ...
    <!-- End Dynamic Page Data -->
    <hr>
    <i>
    <font size=1>
    Copyright &#169; 2000, Your Organization's Name<br>
    Feedback: <a href="mailto:owner@xxx.com">owner@xxx.com</a><br>
    Last Updated: January 15, 2000<br>
    </font>
    </i>   
    </body>
    </html>
Return to About RockNet
Return to RockNet Home Page

Copyright © 2000 Rockville Community Network. All rights reserved.
Feedback: comments@rocknet.org
Last Updated: April 27, 2000