Skip to content

Instantly share code, notes, and snippets.

View mohankumar73's full-sized avatar
🏠
Working from home

mohansgit mohankumar73

🏠
Working from home
  • TechMahendra
  • Bangalore
View GitHub Profile
@mohankumar73
mohankumar73 / index.html
Created December 22, 2018 08:35
SVG:path
<svg
version="1.1"
baseProfile="full"
xmlns="http://www.w3.org/2000/svg"
id="bahamas">
<rect x="0" y="100" width="600" height="100" fill = "#FFC72C"/>
<polygon points="0 0, 260 150, 0 300" />
</svg>
<svg
<svg
version="1.1"
baseProfile="full"
xmlns="http://www.w3.org/2000/svg">
<!-- <g stroke-width="5px" stroke="purple">
<line x1="100" y1="100" x2="700" y2="350"/>
<line x1="100" y1="350" x2="700" y2="100"/>
</g> -->
<!-- Rectangle -->
@mohankumar73
mohankumar73 / index.html
Created December 22, 2018 08:34
Jasmine
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.6.2/jasmine.css">
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.6.2/jasmine.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.6.2/jasmine-html.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.6.2/boot.js"></script>
@mohankumar73
mohankumar73 / axios-get-trivia.markdown
Created December 22, 2018 08:34
AXIOS: get Trivia
@mohankumar73
mohankumar73 / axios-error-handling.markdown
Created December 22, 2018 08:33
Axios: Error handling
@mohankumar73
mohankumar73 / ajax-shorthand-methods.markdown
Created December 22, 2018 08:32
AJAX: shorthand methods
@mohankumar73
mohankumar73 / index.html
Created December 22, 2018 08:31
jQuery $.ajax
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<button id="btn">Click Me</button>
<p></p>
@mohankumar73
mohankumar73 / index.html
Created December 22, 2018 08:31
RandomUser Generator
<h1 class="title"> Random User Generator</h1>
<div class="user-profile">
<img id="avatar" src="https://pbs.twimg.com/profile_images/743138182607175680/ZJzktgBk_400x400.jpg" />
<div id="fullname">Jon Snow</div>
<div id="username">
kingofnorth
</div>
<div class="description">
<div>Email: <span id="email">jon@hotmail.com</span></div>
<div>City: <span id="city">Winterfell</span></div>