-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusing-podfile.html
More file actions
53 lines (41 loc) · 1.74 KB
/
using-podfile.html
File metadata and controls
53 lines (41 loc) · 1.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>TopDownU Tutorials | Using Pods</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/2-col-portfolio.css" rel="stylesheet">
<link href="tutorials.css" rel="stylesheet">
</head>
<body>
<div class="header">
<h2 class="tutorialTitle">Using Pods</h2>
<p class="tutorialDescription"></p>
<p class="moreTutorials"><a class="moreTutorialsLink" href="http://topdownu.com/tutorials">MORE TUTORIALS</a></p>
</div>
<div class="row">
<div class="row-white">
<div class="padding-box">
<h2 class="stepTitle">Create an App</h2>
<p class="stepParagraph">To create a new app, visit the Heroku Dashboard and select “Create new app” from the drop-down menu.</p>
<img class="stepImage" src="https://s3.amazonaws.com/heroku-devcenter-files/article-images/1470397039-2016-08-05_12-35-57.png"></img>
</div>
</div>
</div>
<!-- Footer -->
<footer class="py-5 bg-light">
Userful Links:<br/>
<a href="https://guides.cocoapods.org/using/using-cocoapods.html">Using CocoaPods</a>
<center>Copyright TopDownU 2017</center>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>