<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <%'image app Dim imgSrc, imgAlt, brdr brdr = 0 'default image If request.QueryString("ID")="" or request.QueryString("ID")="1" Then imgSrc = "home.jpg" imgAlt = "Relating to the Natural World Conference, Home" End If 'image 2 If request.QueryString("ID")="2" Then imgSrc = "knott.jpg" imgAlt = "Relating to the Natural World Conference, Interior" End If 'image 3 If request.QueryString("ID")="3" Then imgSrc = "int.jpg" imgAlt = "Relating to the Natural World Conference, Interior 2" End If 'check for ID If request.QueryString("ID")<>"" Then 'check to make sure ID is numeric If IsNumeric(request.QueryString("ID"))=False Then 'ID isn't number response.Redirect(request.ServerVariables("URL")) End If 'end check for ID End If %> cSquared Design :: Anthony Cece <%' for studio pages adjust body style Dim bdyStyle bdyStyle="" If inStr(cstr(Request.ServerVariables("URL")),"/studio/") Then bdyStyle="id=""studioBody""" End If %> >
cSquared Design :: Anthony Cece

Selected Web Projects

Web Home:

Responding to the Natural World Conference

A two-day conference in honor of the career and contributions of Professor John Knott. The conference was a dynamic engagement with Knott’s most recent fields of interest: ecology, ecologically-minded literary criticism (or ‘eco-criticism’), as well as the verbal and visual representation of the natural world. The conference featured a number of prominent scholars in the field of eco-criticism from around the nation.

The Project:
This project involved the creation of all promotional materials for the conference including an event website and conference poster.

For more information or to view the conference website, click here.

To see the conference poster, click here.

 

<%= imgAlt %>
<%If request.QueryString("ID")="" or request.QueryString("ID")="1" Then%> 1 <% Else %> 1 <%End If%> <%If request.QueryString("ID")="2" Then%> 2 <% Else %> 2 <%End If%> <%If request.QueryString("ID")="3" Then%> 3 <% Else %> 3 <%End If%>

RTTNW Conference Website
Technology Used:

HTML, JavaScript, CSS