-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pandey.aspx
43 lines (40 loc) · 1.82 KB
/
Pandey.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
41
42
43
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<div class="jumbotron">
<h1>Club Technocrats</h1>
<p class="lead">From classic management softwares to typical requirement based systems. We provide them all.
</p>
<p><a href="https://www.facebook.com/clubtechnocrats" class="btn btn-primary btn-large">Learn more »</a></p>
</div>
<div class="row">
<div class="col-md-4">
<h2>About this site</h2>
<p>
This site is aimed to nurture the skills of upcoming talents and provide them with better understanding of concepts.
This site will also help its users to get a insight of certain new technologies.
</p>
<p>
<a class="btn btn-default" href="Tutorials/Default.aspx">Learn more »</a>
</p>
</div>
<div class="col-md-4">
<h2>Write to us:</h2>
<p>
Have a doubt or suggestion in mind? All your queries being answered here.
Just drop a mail to admin-
</p>
<p>
<a class="btn btn-default" href="mailto: [email protected]">Send E-mail »</a>
</p>
</div>
<div class="col-md-4">
<h2>Registration Desk</h2>
<p>
You can easily find a web hosting company that offers the right mix of features and price for your websites.
</p>
<p>
<a class="btn btn-default" href="https://www.google.co.in/webhp?#q=web+hosting+sites">Learn more »</a>
</p>
</div>
</div>
</asp:Content>