Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%@ Page Title="" Language="C#" MasterPageFile="~/MainMaster.master" AutoEventWireup="true" CodeFile="About.aspx.cs" Inherits="About" %>
- <asp:Content ID="Content1" ContentPlaceHolderID="title" Runat="Server">
- About
- </asp:Content>
- <asp:Content ID="Content2" ContentPlaceHolderID="head" Runat="Server">
- <link rel="stylesheet" href="Content/forms.css" type="text/css" media="all" />
- </asp:Content>
- <asp:Content ID="Content3" ContentPlaceHolderID="PageContent" Runat="Server">
- <div>
- <div>
- <h1>Who Am I?</h1>
- <p>My name is Evyatar. I am 16 years old.</p>
- <p>I am a student at Oded High School and an aspiring developer in my free time.</p>
- <p>I enjoy playing video games and doing maths as well.</p>
- </div>
- <div>
- <h1>What is this website?</h1>
- <p>This website serves as a project for my Computer Science Bagrut.</p>
- <p>In this website I have provided the visitors with information about different communication programs that can be used online.</p>
- <p>
- I also present my skills as a website developer in this website, you may see here different examples of them such as:
- <ul>
- <li>Usage of databases</li>
- <li>Usage of browser sessions</li>
- <li>Programming in ASP.NET \ C#</li>
- </ul>
- </p>
- </div>
- <div>
- <h1>Contact me</h1>
- <p>You may contact me by sending a message to this email; <a href="mailto:[email protected]">[email protected]</a></p>
- <br />
- <p>Or by filling the form below:</p>
- <form class="form">
- <div>
- <input name="name" type="text" placeholder="Your Name" class="input"/>
- <input name="name" type="email" placeholder="Email" class="input"/>
- </div>
- <div>
- <textarea name="reason" placeholder="What would you like to tell me? :)" class="input"></textarea>
- </div>
- <div>
- <input type="submit" value="Done" class="input submit"/>
- </div>
- </form>
- </div>
- </div>
- </asp:Content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement