-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRajat.aspx
40 lines (37 loc) · 1.6 KB
/
Rajat.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeFile="Rajat.aspx.cs" Inherits="_Default" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<div class="jumbotron">
<h1>Club Technocrats</h1>
<p class="lead">The team working for development of techies intrested in web and technologies.</p>
<p><a href="About" class="btn btn-primary btn-large">Learn more »</a></p>
</div>
<div class="row" style="text-align:center;">
<div class="col-md-6">
<h2>Our Website</h2>
<p>
The site is designed for easy and efficient access by viewers and members.The site even has its own management portal for members
</p>
<p>
<a class="btn btn-default" href="http://www.clubtechnocrats.net">Learn more »</a>
</p>
</div>
<div class="col-md-6">
<h2>Study Material</h2>
<p>
The Study Material is all about XHTML , CSS and Latest Trendz knowlefge.Must to visit
</p>
<p>
<a class="btn btn-default" href="Tutorials/Default">Learn more »</a>
</p>
</div>
<!-- <div class="col-md-4">
<h2>Registration Desk</h2>
<p>
The Registration Desk for new .
</p>
<p>
<a class="btn btn-default" href="http://go.microsoft.com/fwlink/?LinkId=301950">Learn more »</a>
</p>
</div>-->
</div>
</asp:Content>