+ {% assign posts = site.posts | where:"author","jane" %}
+ {% for post in posts %}
+ {% include main-loop-card.html %}
+ {% endfor %}
+
+
+
diff --git a/_posts/2019-01-21-is-intelligence-enough.md b/_posts/2019-01-21-is-intelligence-enough.md
index 4e37ef1f38..228586c767 100644
--- a/_posts/2019-01-21-is-intelligence-enough.md
+++ b/_posts/2019-01-21-is-intelligence-enough.md
@@ -2,7 +2,7 @@
layout: post
title: "Is Intelligence Enough"
author: sal
-categories: [ Jekyll, tutorial ]
+categories: [ , tutorial ]
image: https://images.unsplash.com/photo-1523740856324-f2ce89135981?ixlib=rb-1.2.1&auto=format&fit=crop&w=798&q=80
---
Education must also train one for quick, resolute and effective thinking. To think incisively and to think for one's self is very difficult. We are prone to let our mental life become invaded by legions of half truths, prejudices, and propaganda. At this point, I often wonder whether or not education is fulfilling its purpose. A great majority of the so-called educated people do not think logically and scientifically.
diff --git a/_posts/2019-01-24-powerful-things-markdown-editor.md b/_posts/2019-01-24-powerful-things-markdown-editor.md
index 9539318278..7879c90e97 100644
--- a/_posts/2019-01-24-powerful-things-markdown-editor.md
+++ b/_posts/2019-01-24-powerful-things-markdown-editor.md
@@ -1,50 +1,15 @@
---
layout: post
-title: "Powerful things you can do with the Markdown editor"
-author: sal
-categories: [ Jekyll, tutorial ]
-image: assets/images/4.jpg
+title: "Cara Bikin Simulasi CX Designer"
+author: Rama
+categories: [ PLC, tutorial ]
+image:
tags: [featured]
---
-There are lots of powerful things you can do with the Markdown editor
+Untuk memulai simulasi silahkan siapkan aplikasi CX-Designer.
-If you've gotten pretty comfortable with writing in Markdown, then you may enjoy some more advanced tips about the types of things you can do with Markdown!
+1.Start > Program > OMRON > CX-One > CX-Designer > CX-Designer.
+2.Untuk memulai project baru pilih [File] > [New Project]
+3.Pilih model HMI Omron yang akan digunakan di bagian [Model], misalnya NS15. Untuk [System Version] gunakan default 13.0. Kemudian isikan [Project Title], [File Nime] dan [Location] penyimpanan file CX-Designer. Pilih [OK] untuk memulai project baru
-As with the last post about the editor, you'll want to be actually editing this post as you read it so that you can see all the Markdown code we're using.
-
-
-## Special formatting
-
-As well as bold and italics, you can also use some other special formatting in Markdown when the need arises, for example:
-
-+ ~~strike through~~
-+ ==highlight==
-+ \*escaped characters\*
-
-
-## Writing code blocks
-
-There are two types of code elements which can be inserted in Markdown, the first is inline, and the other is block. Inline code is formatted by wrapping any word or words in back-ticks, `like this`. Larger snippets of code can be displayed across multiple lines using triple back ticks:
-
-```
-.my-link {
- text-decoration: underline;
-}
-```
-
-If you want to get really fancy, you can even add syntax highlighting using Rouge.
-
-
-![walking]({{ site.baseurl }}/assets/images/3.jpg)
-
-## Reference lists
-
-The quick brown jumped over the lazy.
-
-Another way to insert links in markdown is using reference lists. You might want to use this style of linking to cite reference material in a Wikipedia-style. All of the links are listed at the end of the document, so you can maintain full separation between content and its source or reference.
-
-## Full HTML
-
-Perhaps the best part of Markdown is that you're never limited to just Markdown. You can write HTML directly in the Markdown editor and it will just work as HTML usually does. No limits! Here's a standard YouTube embed code as an example:
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/_posts/2019-01-29-about-bundler.md b/_posts/2019-01-29-about-bundler.md
index 40dfcfda03..6a891a8aed 100644
--- a/_posts/2019-01-29-about-bundler.md
+++ b/_posts/2019-01-29-about-bundler.md
@@ -1,16 +1,11 @@
---
layout: post
-title: "About Bundler"
+title: "Perbedaan Elektro dan Elektronika"
author: sal
categories: [ Jekyll ]
image: assets/images/2.jpg
---
-`gem install bundler` installs the bundler gem through RubyGems. You only need to install it once - not every time you create a new Jekyll project. Here are some additional details:
-
-`bundler` is a gem that manages other Ruby gems. It makes sure your gems and gem versions are compatible, and that you have all necessary dependencies each gem requires.
-
-The `Gemfile` and `Gemfile.lock` files inform `Bundler` about the gem requirements in your site. If your site doesn’t have these Gemfiles, you can omit `bundle exec` and just `run jekyll serve`.
-
-When you run `bundle exec jekyll serve`, `Bundler` uses the gems and versions as specified in `Gemfile.lock` to ensure your Jekyll site builds with no compatibility or dependency conflicts.
-
-For more information about how to use `Bundler` in your Jekyll project, this tutorial should provide answers to the most common questions and explain how to get up and running quickly.
+`Pahami Sebentar`sebenernya apa bedanya elektro dan elektronika ?
+Elektro atau yang sering kita kenal dengan listrik, merupakan energi yang terbawa oleh partikel bermuatan seperti elektron. Fenomena fisik yang melibatkan aliran elektron dalam rangkaian listrik dan memiliki banyak aplikasi dalam kehidupan sehari-hari, seperti sebagai pencahayaan, pemanasan, dan komunikasi.
+Sedangkan,
+Elektronika merupakan cabang dari bidang elektro yang mengkaji bagaimana elektron berperilaku dan bagaimana mengendalikan aliran elektron dalam beragam peranti elektronika. Ini meliputi proses perancangan, pembuatan, dan perbaikan berbagai jenis peranti elektronik seperti komputer, ponsel cerdas, televisi, dan peralatan elektronik lainnya.
diff --git a/_posts/2019-02-03-powerful-things-markdown-editor.md b/_posts/2019-02-03-powerful-things-markdown-editor.md
index ad1467d29f..41026b0ce2 100644
--- a/_posts/2019-02-03-powerful-things-markdown-editor.md
+++ b/_posts/2019-02-03-powerful-things-markdown-editor.md
@@ -1,12 +1,12 @@
---
layout: post
-title: "Powerful things you can do with the Markdown editor"
+title: "CX Designer"
author: jane
categories: [ Jekyll, tutorial ]
image: https://images.unsplash.com/photo-1528784351875-d797d86873a1?ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80
tags: [summer]
---
-There are lots of powerful things you can do with the Markdown editor. If you've gotten pretty comfortable with writing in Markdown, then you may enjoy some more advanced tips about the types of things you can do with Markdown!
+
\ No newline at end of file
diff --git a/_posts/2019-02-04-welcome-to-jekyll.markdown b/_posts/2019-02-04-welcome-to-jekyll.markdown
index c6fdc1e6f3..d585a137c3 100644
--- a/_posts/2019-02-04-welcome-to-jekyll.markdown
+++ b/_posts/2019-02-04-welcome-to-jekyll.markdown
@@ -1,25 +1,19 @@
---
layout: post
-title: "Welcome to Jekyll!"
+title: "Selamat Datang Di Portofolio By Rama"
categories: [ Jekyll ]
-image: assets/images/demo1.jpg
+image: assets/images/whatsapp.jpeg
---
-You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
-
-To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
-
-Jekyll also offers powerful support for code snippets:
+You’ll find this uniq My Post. Isi dari portofolio ini merupakan kegiatan sehari hariku sebagai tempat media tulis dan media belajarku. Luangkan waktu sejenak untuk membaca dan mengetahui ilmu-ilmu baru yang ku share sesuai dengan jurusanku yaitu Teknologi Instrumentasi dan Kontrol. Kalian juga bisa share apa yang kalian baca ke orang lain agar keberadaan ini cukup bermanfaat, tinggalkan pesan dan request materi apapun untuk dibahas. Pantengin terus isi portofolio ini yaaa. Oh iya jika mau buat seperti ini akan saya bantu sampe bisa dalam 2 hari, bahkan kalian bisa gunakan ini sebagai penyimpanan penulisan code script loh dan kalian share ke teman kalian
+Ini contoh Code Script:
{% highlight ruby %}
-def print_hi(name)
- puts "Hi, #{name}"
-end
-print_hi('Tom')
-#=> prints 'Hi, Tom' to STDOUT.
+#include
+using namespace std;
+int main () {
+ cout<<"Halo Rek";
+ return 0;
+}.
{% endhighlight %}
-Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
-
-[jekyll-docs]: https://jekyllrb.com/docs/home
-[jekyll-gh]: https://github.com/jekyll/jekyll
-[jekyll-talk]: https://talk.jekyllrb.com/
+Nah tu menurut kalian itu program apa ? yups itu Bahasa C++ , nah silahkan explore lebih lanjut profil portofolio ini. Ingat sebaik baiknya ilmu ialah yang bermanfaat untuk orang lain.
diff --git a/assets/images/whatsapp.jpeg b/assets/images/whatsapp.jpeg
new file mode 100644
index 0000000000..ff2f767ec0
Binary files /dev/null and b/assets/images/whatsapp.jpeg differ
diff --git a/upload.sh b/upload.sh
new file mode 100644
index 0000000000..cc449137e0
--- /dev/null
+++ b/upload.sh
@@ -0,0 +1,3 @@
+git add .
+git commit -m "update latest"
+git push