Skip to content

Instantly share code, notes, and snippets.

View lmas3009's full-sized avatar
🏡
Working from home

Aravind Kumar Vemula lmas3009

🏡
Working from home
View GitHub Profile
@lmas3009
lmas3009 / index.html
Created April 1, 2022 05:28
CSS Animations
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>CSS Animations</title>
</head>
<body>
@lmas3009
lmas3009 / index.html
Created April 9, 2022 12:47
CSS Navbar Animation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>JR Web Dev CSS Animations</title>
</head>
<body>
@lmas3009
lmas3009 / index.html
Created June 1, 2022 16:20
dofeedbackin demo template code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Testing Web Page</title>
<script src="https://dofeeedbackin.herokuapp.com/dofeedbackin/api/sdk?uid=62978296cbe442c529dd858a&pid=NwIV2F5GGm-testing" id="dofeedbackin_api"></script>
</head>
<body>
@lmas3009
lmas3009 / index.html
Created June 15, 2022 11:00
Integrate dofeedbackin into your web project
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<title>dofeedbackin | Demo</title>
<link rel="stylesheet" href="./style.css">
<script src="ADD_YOUR_API_KEY" id="dofeedbackin_api"></script>
</head>