Skip to content

Commit

Permalink
Added Waka Section, More projects
Browse files Browse the repository at this point in the history
  • Loading branch information
season101 committed Sep 28, 2023
1 parent 93741ba commit ebc238f
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 4 deletions.
7 changes: 5 additions & 2 deletions _data/content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ skills:
column1:
items:
- label: "AWS" #0-10 progress in dots
text: "AWS Compute, Lambda"
text: "EC2, CodePipeline, Lambda, Route 53, S3, RDS..."
value: "75" #0-100 progress in %

- label: "Azure" #0-10 progress in dots
text: "Azure DevOps"
text: "Azure DevOps, VMs, Blob Storage, Functions..."
value: "65" #0-100 progress in %

column2:
Expand All @@ -97,6 +97,9 @@ skills:
text: "Bash Scripting, Ubuntu Server, LAMP Stack, Nginx"
value: "80" #0-100 progress in %

- label: 'Containers'
text: 'Docker, Docker Compose'
value: "70"
### Resume [ resume ]
resume:
title: "History"
Expand Down
28 changes: 28 additions & 0 deletions _includes/section-blog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
<!-- Section - Blog -->
<section class="lui-section lui-gradient-top" id="blog-section">

<div class="lui-heading">
<div class="container">

<div class="m-titles align-center">
<h2 class="m-title splitting-text-anim-1 scroll-animate" data-splitting="words" data-animate="active">
<span>My Activity</span>
</h2>
<div class="m-subtitle splitting-text-anim-1 scroll-animate" data-splitting="words" data-animate="active">
<span>Wakatime Dashboard</span>
</div>
</div>

</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12">
<figure ><embed class="rounded-3" src="https://wakatime.com/share/@93b02f8a-f36e-429d-aa5a-8e8c3b9aaf1d/cc8fa8ea-f48e-4ae6-8970-90cba32501aa.svg"></embed></figure>
</div>
<div class="col-lg-6 col-md-12">
<figure><embed class="rounded-3" src="https://wakatime.com/share/@93b02f8a-f36e-429d-aa5a-8e8c3b9aaf1d/75d18aa7-e33a-4f09-a7f7-bdfff8cfb25f.svg"></embed></figure>
</div>
</div>
</div>

<div class="lui-bgtitle">
<span>My Activity</span>
</div>

</section>
1 change: 0 additions & 1 deletion _includes/section-skills.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ <h6 class="name">
</div>
{% endfor %}
</div>

</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion _works/cloudfront-s3-route53.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ category: Cloud
category_slug: cloud


image: assets/img/works/CloudfrontDistribution.drawio.png
image: assets/img/works/CloudfrontDistribution.drawio.jpg
short_description: Deployment of Static Sites in AWS using CloudFront, S3, Route 53 and AWS Certificate Manager.
---
6 changes: 6 additions & 0 deletions assets/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,11 @@ body.dark-skin {
* Section Project Details
**/

.dark-skin .works-github-links a {
color: #fff;
}


/**
* Section Image Large
**/
Expand Down Expand Up @@ -772,3 +777,4 @@ body.dark-skin {
background: #1d1d25;
}
}

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit ebc238f

Please sign in to comment.