Skip to content

Commit d40c9a8

Browse files
Merge branch 'main' into main
2 parents 2a8cd31 + c1d0aad commit d40c9a8

218 files changed

Lines changed: 8816 additions & 171 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/codeql.yml

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# For most projects, this workflow file will not need changing; you simply need
2+
# to commit it to your repository.
3+
#
4+
# You may wish to alter this file to override the set of languages analyzed,
5+
# or to provide custom queries or build logic.
6+
#
7+
# ******** NOTE ********
8+
# We have attempted to detect the languages in your repository. Please check
9+
# the `language` matrix defined below to confirm you have the correct set of
10+
# supported CodeQL languages.
11+
#
12+
name: "CodeQL"
13+
14+
on:
15+
push:
16+
branches: [ "main" ]
17+
pull_request:
18+
# The branches below must be a subset of the branches above
19+
branches: [ "main" ]
20+
schedule:
21+
- cron: '43 3 * * 6'
22+
23+
jobs:
24+
analyze:
25+
name: Analyze
26+
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
27+
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
28+
permissions:
29+
actions: read
30+
contents: read
31+
security-events: write
32+
33+
strategy:
34+
fail-fast: false
35+
matrix:
36+
language: [ 'javascript' ]
37+
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby', 'swift' ]
38+
# Use only 'java' to analyze code written in Java, Kotlin or both
39+
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
40+
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
41+
42+
steps:
43+
- name: Checkout repository
44+
uses: actions/checkout@v3
45+
46+
# Initializes the CodeQL tools for scanning.
47+
- name: Initialize CodeQL
48+
uses: github/codeql-action/init@v2
49+
with:
50+
languages: ${{ matrix.language }}
51+
# If you wish to specify custom queries, you can do so here or in a config file.
52+
# By default, queries listed here will override any specified in a config file.
53+
# Prefix the list here with "+" to use these queries and those in the config file.
54+
55+
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
56+
# queries: security-extended,security-and-quality
57+
58+
59+
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
60+
# If this step fails, then you should remove it and run the build manually (see below)
61+
- name: Autobuild
62+
uses: github/codeql-action/autobuild@v2
63+
64+
# ℹ️ Command-line programs to run using the OS shell.
65+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
66+
67+
# If the Autobuild fails above, remove it and uncomment the following three lines.
68+
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
69+
70+
# - run: |
71+
# echo "Run, Build Application using script"
72+
# ./location_of_script_within_repo/buildscript.sh
73+
74+
- name: Perform CodeQL Analysis
75+
uses: github/codeql-action/analyze@v2
76+
with:
77+
category: "/language:${{matrix.language}}"
Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Batman</title>
7+
<link rel="stylesheet" href="style.css">
8+
9+
<link rel="shortcut icon" href="img/fav-icon.png" type="image/x-icon">
10+
11+
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
12+
</head>
13+
<body>
14+
<header>
15+
<div class="nav container">
16+
<a href="index.html" class="logo">
17+
Movie<span>RRific</span>
18+
</a>
19+
<div class="search-box">
20+
<input type="search" name="" id="search-input" placeholder="Search movie">
21+
<i class='bx bx-search-alt'></i>
22+
</div>
23+
<a href="#" class="user">
24+
<img src="img/user2.jpg" alt="" class="user-img">
25+
</a>
26+
<div class="navbar">
27+
<a href="index.html" class="nav-link nav-active">
28+
<i class='bx bxs-home-smile'></i>
29+
<span class="nav-link-title">Home</span>
30+
</a>
31+
32+
<a href="#home" class="nav-link">
33+
<i class='bx bxs-hot' ></i>
34+
<span class="nav-link-title">Trending</span>
35+
</a>
36+
37+
<a href="#home" class="nav-link">
38+
<i class='bx bx-compass'></i>
39+
<span class="nav-link-title">Explore</span>
40+
</a>
41+
42+
<a href="#home" class="nav-link">
43+
<i class='bx bxs-tv'></i>
44+
<span class="nav-link-title">Movies</span>
45+
</a>
46+
47+
<!-- <a href="#home" class="nav-link">
48+
<i class='bx bx-tv'></i>
49+
<span class="nav-link-title">Webseries</span>
50+
</a> -->
51+
</div>
52+
</div>
53+
</header>
54+
55+
<!-- Play container -->
56+
<div class="play-container container">
57+
<img src="play-page/play-background 5.jpg" alt="" class="play-img">
58+
<div class="play-text">
59+
<h2>The Batman</h2>
60+
<div class="rating">
61+
<i class='bx bxs-star'></i>
62+
<i class='bx bxs-star'></i>
63+
<i class='bx bxs-star'></i>
64+
<i class='bx bxs-star'></i>
65+
<i class='bx bxs-star-half'></i>
66+
</div>
67+
68+
<div class="tags">
69+
<span>Action</span>
70+
<span>Adventure</span>
71+
<span>4K</span>
72+
</div>
73+
<!-- Trailer Button -->
74+
<a href="#" class="watch-btn">
75+
<i class='bx bxs-right-arrow'></i>
76+
<span>Watch the trailer</span>
77+
</a>
78+
</div>
79+
<i class='bx bxs-right-arrow play-movie'></i>
80+
<!-- Video -->
81+
<div class="video-container">
82+
<div class="video-box">
83+
<video id="myvideo" src="https://drive.google.com/uc?id=1ejbeF9VsYtd9tRMMngcGL4K8NZduRwCz" controls></video>
84+
<i class='bx bx-x close-video'></i>
85+
</div>
86+
</div>
87+
</div>
88+
89+
<div class="about-movie container">
90+
<h2>The Batman</h2>
91+
<p>When a sadistic serial killer begins murdering key political figures in Gotham, Batman is forced to investigate the city's hidden corruption and question his family's involvement.</p>
92+
<!-- Movie Cast -->
93+
<h2 class="cast-heading">Movie Cast</h2>
94+
<div class="cast">
95+
<div class="cast-box">
96+
<img src="play-page/Robert pattinson.jpg" alt="" class="cast-img">
97+
<span class="cast-title">Robert Pattinson</span>
98+
</div>
99+
100+
<div class="cast-box">
101+
<img src="play-page/Zoe Kravitz.jpg" alt="" class="cast-img">
102+
<span class="cast-title">Zoe Kravitz</span>
103+
</div>
104+
105+
<div class="cast-box">
106+
<img src="play-page/Colin Farrell.jpg" alt="" class="cast-img">
107+
<span class="cast-title">Collin Farrell</span>
108+
</div>
109+
110+
<div class="cast-box">
111+
<img src="play-page/Paul Dano.jpg" alt="" class="cast-img">
112+
<span class="cast-title">Paul Dano</span>
113+
</div>
114+
115+
<div class="cast-box">
116+
<img src="play-page/Jeffrey Wright.jpg" alt="" class="cast-img">
117+
<span class="cast-title">Jeffrey Wright</span>
118+
</div>
119+
120+
<div class="cast-box">
121+
<img src="play-page/Andy Serkis.jpg" alt="" class="cast-img">
122+
<span class="cast-title">Andy Serkis</span>
123+
</div>
124+
</div>
125+
</div>
126+
<!-- Download -->
127+
<div class="download">
128+
<h2 class="download-title">Download Movie</h2>
129+
<div class="download-links">
130+
<a href="https://drive.google.com/uc?id=1ejbeF9VsYtd9tRMMngcGL4K8NZduRwCz" download>480p</a>
131+
<a href="https://drive.google.com/uc?id=1ejbeF9VsYtd9tRMMngcGL4K8NZduRwCz" download>720p</a>
132+
<a href="https://drive.google.com/uc?id=1ejbeF9VsYtd9tRMMngcGL4K8NZduRwCz" download>1080p</a>
133+
</div>
134+
</div>
135+
136+
137+
<!-- COPYRIGHT -->
138+
<div class="copyright">
139+
<p>&#169; Roudranil All Rights Resolved</p>
140+
</div>
141+
142+
<script src="swiper-bundle.min.js"></script>
143+
<script src="main.js"></script>
144+
</body>
145+
</html>
146+
Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Eternals</title>
7+
<link rel="stylesheet" href="style.css">
8+
9+
<link rel="shortcut icon" href="img/fav-icon.png" type="image/x-icon">
10+
11+
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
12+
</head>
13+
<body>
14+
<header>
15+
<div class="nav container">
16+
<a href="index.html" class="logo">
17+
Movie<span>RRific</span>
18+
</a>
19+
<div class="search-box">
20+
<input type="search" name="" id="search-input" placeholder="Search movie">
21+
<i class='bx bx-search-alt'></i>
22+
</div>
23+
<a href="#" class="user">
24+
<img src="img/user2.jpg" alt="" class="user-img">
25+
</a>
26+
<div class="navbar">
27+
<a href="index.html" class="nav-link nav-active">
28+
<i class='bx bxs-home-smile'></i>
29+
<span class="nav-link-title">Home</span>
30+
</a>
31+
32+
<a href="#home" class="nav-link">
33+
<i class='bx bxs-hot' ></i>
34+
<span class="nav-link-title">Trending</span>
35+
</a>
36+
37+
<a href="#home" class="nav-link">
38+
<i class='bx bx-compass'></i>
39+
<span class="nav-link-title">Explore</span>
40+
</a>
41+
42+
<a href="#home" class="nav-link">
43+
<i class='bx bxs-tv'></i>
44+
<span class="nav-link-title">Movies</span>
45+
</a>
46+
47+
<!-- <a href="#home" class="nav-link">
48+
<i class='bx bx-tv'></i>
49+
<span class="nav-link-title">Webseries</span>
50+
</a> -->
51+
</div>
52+
</div>
53+
</header>
54+
55+
<!-- Play container -->
56+
<div class="play-container container">
57+
<img src="play-page/play-background 4.jpg" alt="" class="play-img">
58+
<div class="play-text">
59+
<h2>Eternals</h2>
60+
<div class="rating">
61+
<i class='bx bxs-star'></i>
62+
<i class='bx bxs-star'></i>
63+
<i class='bx bxs-star'></i>
64+
<i class='bx bxs-star'></i>
65+
<i class='bx bxs-star-half'></i>
66+
</div>
67+
68+
<div class="tags">
69+
<span>Action</span>
70+
<span>Adventure</span>
71+
<span>4K</span>
72+
</div>
73+
<!-- Trailer Button -->
74+
<a href="#" class="watch-btn">
75+
<i class='bx bxs-right-arrow'></i>
76+
<span>Watch the trailer</span>
77+
</a>
78+
</div>
79+
<i class='bx bxs-right-arrow play-movie'></i>
80+
<!-- Video -->
81+
<div class="video-container">
82+
<div class="video-box">
83+
<video id="myvideo" src="https://drive.google.com/uc?id=1FR4vuOsBw5DYbyOyy5_CVhtku3TrBL_I" controls></video>
84+
<i class='bx bx-x close-video'></i>
85+
</div>
86+
</div>
87+
</div>
88+
89+
<div class="about-movie container">
90+
<h2>Eternals</h2>
91+
<p>Following the events of Avengers: Endgame (2019), an unexpected tragedy forces the Eternals, ancient aliens who have been living on Earth in secret for thousands of years, out of the shadows to reunite against mankind's most ancient enemy, the Deviants.</p>
92+
<!-- Movie Cast -->
93+
<h2 class="cast-heading">Movie Cast</h2>
94+
<div class="cast">
95+
<div class="cast-box">
96+
<img src="play-page/Angelina Jolie.jpg" alt="" class="cast-img">
97+
<span class="cast-title">Angelina Jolie</span>
98+
</div>
99+
100+
<div class="cast-box">
101+
<img src="play-page/Harry Styles.jpg" alt="" class="cast-img">
102+
<span class="cast-title">Harry Styles</span>
103+
</div>
104+
105+
<div class="cast-box">
106+
<img src="play-page/Gemma Chan.jpg" alt="" class="cast-img">
107+
<span class="cast-title">Gemma Chan</span>
108+
</div>
109+
110+
<div class="cast-box">
111+
<img src="play-page/Ma Dong-seok.jpg" alt="" class="cast-img">
112+
<span class="cast-title">Ma Dong-seok</span>
113+
</div>
114+
115+
<div class="cast-box">
116+
<img src="play-page/Kit Harington.jpg" alt="" class="cast-img">
117+
<span class="cast-title">Kit Harington</span>
118+
</div>
119+
120+
<div class="cast-box">
121+
<img src="play-page/Richard Madden.jpg" alt="" class="cast-img">
122+
<span class="cast-title">Richard Madden</span>
123+
</div>
124+
</div>
125+
</div>
126+
<!-- Download -->
127+
<div class="download">
128+
<h2 class="download-title">Download Movie</h2>
129+
<div class="download-links">
130+
<a href="https://drive.google.com/uc?id=1FR4vuOsBw5DYbyOyy5_CVhtku3TrBL_I" download>480p</a>
131+
<a href="https://drive.google.com/uc?id=1FR4vuOsBw5DYbyOyy5_CVhtku3TrBL_I" download>720p</a>
132+
<a href="https://drive.google.com/uc?id=1FR4vuOsBw5DYbyOyy5_CVhtku3TrBL_I" download>1080p</a>
133+
</div>
134+
</div>
135+
136+
137+
<!-- COPYRIGHT -->
138+
<div class="copyright">
139+
<p>&#169; Roudranil All Rights Resolved</p>
140+
</div>
141+
142+
<script src="swiper-bundle.min.js"></script>
143+
<script src="main.js"></script>
144+
</body>
145+
</html>
146+

0 commit comments

Comments
 (0)