Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. <div class="pt-5">
  2. <div class="row pt-3">
  3. <div class="col-md-6"> <!-- card #1 -->
  4. <div class="card text-white bg-dark mb-3" style="">
  5. <div class="card-header">Resources</div>
  6. <div class="card-body pb-4">
  7. <p class="card-text pb-4">I use frameworks to help me make my websites better and my designs cleaner. I use the following frameworks <u>Argon,MDBootstrap,Bootstrap 4</u>. For Node I use <u>Discord.js</u> as a module/node libary.</p>
  8. </div>
  9. </div>
  10. </div>
  11. <div class="col-md-6 card text-white bg-dark mb-3" style=""> <!-- card #2 -->
  12. <div class="card-header">Coding Languages</div>
  13. <div class="card-body">
  14. <p class="card-text">The current languages I know are <strong>C#,lua and node</strong>. Web developement languages I know are <strong>HTML,CSS and javascript.</strong> Current languages i'm learning is <u>&gt;Node/discord.js</u></p>
  15. </div>
  16. </div>
  17. </div>
  18. </div>
  19.  
  20. <div class="row">
  21. <section id="section04" class="demo col-md-12" style="padding-right:1px;">
  22. <div class="card text-white bg-dark mb-3 mx-auto">
  23. <div class="card-header">My Journey Begins Here And Now</div>
  24. <div class="card-body">
  25. <h5 class="card-title">My Journey Begins Here And Now</h5>
  26. <p class="card-text">
  27. Hello, my name is kevin. I'm designated to become a successful coder. I have no history of projects that i have done since i just started web developement a week ago. Before I became a web developer I was an rlua/lua developer and a C# developer. I developed scripts and Game user interfaces for lua. For C# i didn't know too much but i was more of an UX/UI designer for C#.
  28. </p>
  29. </div>
  30. </div>
  31. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement