-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (56 loc) · 3.02 KB
/
index.html
File metadata and controls
69 lines (56 loc) · 3.02 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Get Projects - Learn and Download Source Code of your Projects</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-38BW37QNKL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-38BW37QNKL');
</script>
</head>
<body>
<div class="wrapper">
<header>
<h1>Get Projects</h1>
<p>A Page for GitHub Repository</p>
<p class="view"><a href="http://getprojects.org" target="_blank">Visit our Offical Website <small>getprojects.org</small></a></p>
<ul>
<li><a href="https://instagram.com/getprojectsidea/" target="_blank">Visit <strong>Instagram</strong></a></li>
<li><a href="https://www.linkedin.com/company/getprojects/" target="_blank">Visit <strong>LikedIn</strong></a></li>
<li><a href="https://www.facebook.com/pagegetprojects.org" target="_blank">Visit <strong>Facebook</strong></a></li>
</ul>
</header>
<section>
<h1>Get Projects</h1>
<p><em>Visit our <a href="https://getprojects.org" target="_blank">Official Website</a>.</em></p>
<p>On GetProjects.org, you can Get Free/Paid Projects on B.Tech, M.Tech, BCA, MCA, BE, ME, Thesis Writing, Research Papers.</p>
<p>Professionals and Students can join the community to find the information. </p>
<p>On our GitHub Pages, anyone can download the source code of listed projects</p>
<h2>Our Repository</h2>
<p>Projects are listed under categories:</p>
<h3>Projects in Python</h3>
<ul>
<li>Notepad using Python. <a href="https://github.com/GetProjects-org/Notepad-using-Python" target="_blank">Click here to visit the Repository</a> </li>
<li>Classic Tic Tac Toe Game in Python. <a href="https://github.com/GetProjects-org/Classic-Tic-Tac-Toe-Game-in-Python" target="_blank">Click here to visit the Repository</a> </li>
<li>Fruit Ninja Game in Python. <a href="https://github.com/GetProjects-org/Fruit-Ninja-Game-in-Python" target="_blank">Click here to visit the Repository</a> </li>
</ul>
</section>
<footer>
<p>This project is maintained by <a href="http://pardeeppatel.github.io" target="_blank">Pardeep Patel</a></p>
<p><small>Hosted on GitHub Pages <br>Designed by <a href="https://pardeeppatel.com" target="_blank">Pardeep Patel</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>