-
Notifications
You must be signed in to change notification settings - Fork 0
/
profix25_home.html
78 lines (67 loc) · 2.8 KB
/
profix25_home.html
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="file.css">
</head>
<body>
<img class="logo" src="images/logo.png" alt="profix logo" width="200" height="90"><!--this is the logo of profix -->
<div class="links">
<ul> <!--Following is the list of links-->
<li><a href="profix25_home.html">Home</a></li>
<li><a href="profix25_services.html">Services</a></li>
<li><a href="profix25_E-Savings.html">E-Saving</a></li>
<li><a href="profix25_t&c.html">T & C</a></li>
<li><a href="profix25_contact.html">Contact Us</a></li>
</ul>
</div>
<div class="capt">
<h1>Save. Sale. Earn</h1> <!--caption line-->
<pre> <!--caption-->
WHY TO BOTHER ABOUT THE BOOKS
WHEN YOU CAN GET THEM IN YOUR
OWN COLLEGE
</pre>
<ul>
<li><a href="http://profix.in/buybooks.html">Buy Books</a></li>
<li><a href="http://profix.in/sellbooks.html">Sell Books</a></li>
<li><a href="http://profix.in/attachments.html">Attachments</a></li>
</ul>
</div>
<h1 class="h1">Welcome To Profix</h1>
<div class="welcome">
<img src="images/student.jpg">
<p>
Profix is a startup cum students community currently operating in SGSITS, Indore. Mission of profix is not only providing facilities of buying and selling books at attractive prices but also to create a environment of learning among students by organising events with the involvement of students itself.
Profix eduventures is a subsidiary of profix which organises events and workshops encouraging the students to learn soft skills, corporate trends and get updated about latest technologies.
</p>
<div class="clear"></div>
</div>
<h1 class="h1">Online Github Course</h1>
<div class="ogc">
<img src="images/git.png">
<h2>Outcomes Of this Course</h2>
<p>
GitHub has effective and clear features for team management. Thus, that the efforts of people engaged in working on the project are easily coordinated through this source. In this case, the outcome of the work is high.GitHub also allows finding easily open source code projects. Also, students would be able to find an information concerning learning and searching of open source code projects and making them into groups.
</p>
<h2><a href="http://profix.in/github.html">Start Course</a></h2>
<div class="clear"></div>
</div>
<br>
<br>
<div class="foot">
<ul> <!--Following is the list of links-->
<li><a href="profix25_home.html">Home</a></li>
<li><a href="profix25_services.html">Services</a></li>
<li><a href="profix25_E-Savings.html">E-Saving</a></li>
<li><a href="profix25_contact.html">Contact Us</a></li>
</ul>
<div class="social">
<ul>
<li><a href="https://www.facebook.com/Profix-Bookseller-145257969606978/" class="facebook">FACEBOOK</a></li>
<li><a href="https://github.com/jiteshrath123" class="github">GITHUB</a></li>
<li><a href="https://twitter.com/krutikpathak180" class="twitter">TWITTER</a></li>
</ul>
</div>
</div>
</body>
</html>