Skip to content

Commit

Permalink
Added Google Drive section to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
borishrncic committed Feb 27, 2024
1 parent e1f4921 commit f49d849
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 9 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified imgs/.DS_Store
Binary file not shown.
Binary file modified wiki/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion wiki/content/branding-workflow.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section id="branding-workflow">
<h2 class="heading-1">10. Branding Workflow</h2>
<h2 class="heading-1">11. Branding Workflow</h2>
<p>Our creative process is documented in detail in <a href="https://polyatlas.wiki" target="_blank">Poly Atlas</a>, our free guide to the Branding process.</p>
</section>
2 changes: 1 addition & 1 deletion wiki/content/development-workflow.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section id="development-workflow">
<h2 class="heading-1">11. Development Workflow</h2>
<h2 class="heading-1">12. Development Workflow</h2>
<p>Website project set-up:</p>
<ol class="hanging-list">
<li>Create Github repository</li>
Expand Down
3 changes: 2 additions & 1 deletion wiki/content/google-drive.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<section id="google-drive">
<h2 class="heading-1">7. Google Drive</h2>
<h2 class="heading-1">10. Google Drive</h2>
<img src="imgs/google-drive-architecture.png">
</section>
Binary file added wiki/imgs/google-drive-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 11 additions & 6 deletions wiki/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@
<li><a href="#time-tracking" class="caption">7. Time tracking</a></li>
<li><a href="#getting-paid" class="caption">8. Getting paid</a></li>
<li><a href="#time-off" class="caption">9. Time off</a></li>
<li><a href="#branding-workflow" class="caption">10. Branding workflow</a></li>
<li><a href="#development-workflow" class="caption">11. Development workflow</a></li>
<li><a href="#google-drive" class="caption">10. Google Drive</a></li>
<li><a href="#branding-workflow" class="caption">11. Branding workflow</a></li>
<li><a href="#development-workflow" class="caption">12. Development workflow</a></li>
<br><br>
</ul>
</nav>
Expand Down Expand Up @@ -95,13 +96,17 @@
<?php include 'content/time-off.php';?>
<!-- INCLUDE VACATIONS-HOLIDAYS-AND-DAYS-OFF.PHP end -->
<hr>
<!-- INCLUDE X.PHP start -->
<!-- INCLUDE GOOGLE-DRIVE.PHP start -->
<?php include 'content/google-drive.php';?>
<!-- INCLUDE GOOGLE-DRIVE.PHP end -->
<hr>
<!-- INCLUDE BRANDING-WORKFLOW.PHP start -->
<?php include 'content/branding-workflow.php';?>
<!-- INCLUDE X.PHP end -->
<!-- INCLUDE BRANDING-WORKFLOW.PHP end -->
<hr>
<!-- INCLUDE X.PHP start -->
<!-- INCLUDE DEVELOPMENT-WORKFLOW.PHP start -->
<?php include 'content/development-workflow.php';?>
<!-- INCLUDE X.PHP end -->
<!-- INCLUDE DEVELOPMENT-WORKFLOW.PHP end -->
<hr>
</main>
</body>
Expand Down

0 comments on commit f49d849

Please sign in to comment.