Prechádzať zdrojové kódy

Update Footer to Self-hosted style and Closes #37

Yoginth 6 rokov pred
rodič
commit
6bc7076a41

+ 0 - 47
templates/base/footer_content.tmpl

@@ -1,47 +0,0 @@
-<div class="ui stackable grid container home-footer home-main padding">
-	<div class="seven wide right floated column">
-		<span class="ui header"><img src="https://gitote-cdn.netlify.com/logoblack.svg">© 2019 Gitote</span>
-		<a class="item mwlii" target="_blank" href="https://madewithlove.org.in">
-			<p>
-				Made with <span style="color: #e74c3c">♥</span> in India
-			</p>
-		</a>
-	</div>
-	<div class="two wide column">
-		<h4 class="ui header explore-card font">Product</h4>
-		<div class="ui link list">
-			<a class="item" href="{{AppURL}}security">Security</a>
-			<a class="item" href="{{AppURL}}resources">Resources</a>
-			<a class="item" href="{{AppURL}}case-studies">Case studies</a>
-		</div>
-	</div>
-	<div class="two wide column">
-		<h4 class="ui header explore-card font">Platform</h4>
-		<div class="ui link list">
-			<a class="item" href="https://dev.gitote.in">API</a>
-			<a class="item" href="{{AppURL}}partners">Partners</a>
-			<a class="item" href="{{AppURL}}jobs">Careers</a>
-		</div>
-	</div>
-	<div class="two wide column">
-		<h4 class="ui header explore-card font">Support</h4>
-		<div class="ui link list">
-			<a class="item" href="{{AppURL}}help">Help</a>
-			<a class="item" href="https://community.gitote.in">Community Forum</a>
-			<a class="item" href="{{AppURL}}training">Training</a>
-			<a class="item" href="https://status.gitote.in">Status</a>
-			<a class="item" href="{{AppURL}}contact">Contact</a>
-		</div>
-	</div>
-	<div class="two wide column">
-		<h4 class="ui header explore-card footer-font">Company</h4>
-		<div class="ui link list">
-			<a class="item" href="{{AppURL}}about">About</a>
-			<a class="item" href="https://medium.com/gitote">Blog</a>
-			<a class="item" href="{{AppURL}}jobs">Careers</a>
-			<a class="item" href="{{AppURL}}press">Press</a>
-			<a class="item" href="{{AppURL}}brand">Brand</a>
-			<a class="item" href="{{AppURL}}shopt">Shop</a>
-		</div>
-	</div>
-</div>

+ 0 - 2
templates/user/dashboard/dashboard.tmpl

@@ -23,7 +23,6 @@
 					</div>
 					<div class="three wide column">
 						<div class="ui link list">
-							<a class="item" href="https://medium.com/gitote">Blog</a>
 							<a class="item" href="{{AppURL}}about">About</a>
 							<a class="item" href="https://give.gitote.in">Donate</a>
 						</div>
@@ -32,7 +31,6 @@
 						<div class="ui link list">
 							<a class="item" href="{{AppURL}}faq">FAQ</a>
 							<a class="item" href="{{AppURL}}tos">Terms</a>
-							<a class="item" href="https://status.gitote.in">Status</a>
 							<a class="item" href="{{AppURL}}security">Security</a>
 						</div>
 					</div>