Skip to content

Commit b7a92ef

Browse files
committed
adding flask notes
1 parent e1a1467 commit b7a92ef

File tree

36 files changed

+2335
-0
lines changed

36 files changed

+2335
-0
lines changed
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Batman</title>
8+
9+
<link rel="stylesheet" href="style.css">
10+
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=PT+Sans:ital@1&family=Syne+Mono&display=swap" rel="stylesheet">
11+
</head>
12+
<body>
13+
14+
<div class='banner'>
15+
<h1>Batman/Bruce Wayne</h1>
16+
</div>
17+
18+
<br>
19+
20+
21+
<div class="line"></div>
22+
23+
<!-- <br> -->
24+
<div class="intro">
25+
<div class="background">
26+
27+
<div class="picture">
28+
29+
<img src="https://images.unsplash.com/photo-1531259683007-016a7b628fc3?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1287&q=80"
30+
alt="A picture of batman">
31+
32+
<blockquote>“No miracles...No mercy...No redemption...No heaven...No hell...No higher power. Just life. Just... us.” -Batman</blockquote>
33+
34+
</div>
35+
36+
<h2>Introduction</h2>
37+
<p>
38+
Batman is a superhero appearing in American comic books published by DC Comics. The character was created
39+
by artist Bob Kane and writer Bill Finger, and debuted in the 27th issue of the comic book Detective Comics on
40+
March 30, 1939. In the DC Universe continuity, Batman is the alias of Bruce Wayne, a wealthy American playboy,
41+
philanthropist, and industrialist who resides in Gotham City. Batman's origin story features him swearing vengeance
42+
against criminals after witnessing the murder of his parents Thomas and Martha, a vendetta tempered with the ideal of justice.
43+
He trains himself physically and intellectually, crafts a bat-inspired persona, and monitors the Gotham streets at night.
44+
Kane, Finger, and other creators accompanied Batman with supporting characters, including his sidekicks Robin and Batgirl; allies
45+
Alfred Pennyworth, James Gordon, and Catwoman; and foes such as the Penguin, the Riddler, Two-Face, and his archenemy the Joker.
46+
Kane conceived Batman in early 1939 to capitalize on the popularity of DC's Superman; although Kane frequently claimed sole creation
47+
credit, Finger substantially developed the concept from a generic superhero into something more bat-like. The character received his
48+
own spin-off publication, Batman, in 1940. Batman was originally introduced as a ruthless vigilante who frequently killed or maimed
49+
criminals, but evolved into a character with a stringent moral code and strong sense of justice. Unlike most superheroes, Batman
50+
does not possess any superpowers, instead relying on his intellect, fighting skills, and wealth. The 1960s Batman television series
51+
used a camp aesthetic, which continued to be associated with the character for years after the show ended. Various creators
52+
worked to return the character to his darker roots in the 1970s and 1980s, culminating with the 1986 miniseries The Dark
53+
Knight Returns by Frank Miller.
54+
55+
DC has featured Batman in many comic books, including comics published under its imprints such as Vertigo and Black Label.
56+
The longest-running Batman comic, Detective Comics, is the longest-running comic book in the United States. Batman is frequently
57+
depicted alongside other DC superheroes, such as Superman and Wonder Woman, as a member of organizations such as the Justice
58+
League and the Outsiders. In addition to Bruce Wayne, other characters have taken on the Batman persona on different occasions,
59+
such as Jean-Paul Valley / Azrael in the 1993–1994 "Knightfall" story arc; Dick Grayson, the first Robin, from 2009 to 2011;
60+
and Jace Fox, son of Wayne's ally Lucius, as of 2021.[4] DC has also published comics featuring alternate versions of Batman,
61+
including the incarnation seen in The Dark Knight Returns and its successors, the incarnation from the Flashpoint (2011) event,
62+
and numerous interpretations from Elseworlds stories.
63+
64+
One of the most iconic characters in popular culture, Batman has been listed among the greatest comic book superheroes and
65+
fictional characters ever created. He is one of the most commercially successful superheroes, and his likeness has been licensed
66+
and featured in various media and merchandise sold around the world; this includes toy lines such as Lego Batman and video games
67+
like the Batman: Arkham series. Batman has been adapted in live-action and animated incarnations, including the 1960s Batman
68+
television series played by Adam West and in film by Michael Keaton in Batman (1989), Batman Returns (1992) and The Flash (2022),
69+
Christian Bale in The Dark Knight trilogy (2005–2012), Ben Affleck in the DC Extended Universe (2016–present), and Robert Pattinson
70+
in The Batman (2022). Kevin Conroy, Jason O'Mara, and Will Arnett, among others, have provided the character's voice.
71+
</p>
72+
73+
</div>
74+
</div>
75+
76+
77+
<a href="https://en.wikipedia.org/wiki/Batman">Here is a link to learn more</a>
78+
79+
<br>
80+
81+
<h2>Can also be found in</h2>
82+
83+
<ul>
84+
<li>Citizen Wayne</li>
85+
<li>DC Bombshells</li>
86+
<li>The Dark Night</li>
87+
<li>The Dark Multiverse</li>
88+
<li>Injustice: Gods Among Us</li>
89+
</ul>
90+
91+
<br>
92+
<h2>Places of residence</h2>
93+
94+
<ul>
95+
<li>Old Wayne Manor</li>
96+
<li>New Wayne Manor</li>
97+
</ul>
98+
99+
<div class="line"></div>
100+
101+
<p class="ext">Information gathered Via wikipedia and general google searches</p>
102+
103+
104+
</body>
105+
</html>
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
body {
2+
background-image: linear-gradient(161deg, rgba(121, 121, 121, 0.02) 0%, rgba(121, 121, 121, 0.02) 16.667%,rgba(193, 193, 193, 0.02) 16.667%, rgba(193, 193, 193, 0.02) 33.334%,rgba(177, 177, 177, 0.02) 33.334%, rgba(177, 177, 177, 0.02) 50.001000000000005%,rgba(5, 5, 5, 0.02) 50.001%, rgba(5, 5, 5, 0.02) 66.668%,rgba(229, 229, 229, 0.02) 66.668%, rgba(229, 229, 229, 0.02) 83.33500000000001%,rgba(211, 211, 211, 0.02) 83.335%, rgba(211, 211, 211, 0.02) 100.002%),linear-gradient(45deg, rgba(223, 223, 223, 0.02) 0%, rgba(223, 223, 223, 0.02) 14.286%,rgba(70, 70, 70, 0.02) 14.286%, rgba(70, 70, 70, 0.02) 28.572%,rgba(109, 109, 109, 0.02) 28.572%, rgba(109, 109, 109, 0.02) 42.858%,rgba(19, 19, 19, 0.02) 42.858%, rgba(19, 19, 19, 0.02) 57.144%,rgba(180, 180, 180, 0.02) 57.144%, rgba(180, 180, 180, 0.02) 71.42999999999999%,rgba(63, 63, 63, 0.02) 71.43%, rgba(63, 63, 63, 0.02) 85.71600000000001%,rgba(87, 87, 87, 0.02) 85.716%, rgba(87, 87, 87, 0.02) 100.002%),linear-gradient(337deg, rgba(142, 142, 142, 0.02) 0%, rgba(142, 142, 142, 0.02) 20%,rgba(164, 164, 164, 0.02) 20%, rgba(164, 164, 164, 0.02) 40%,rgba(203, 203, 203, 0.02) 40%, rgba(203, 203, 203, 0.02) 60%,rgba(228, 228, 228, 0.02) 60%, rgba(228, 228, 228, 0.02) 80%,rgba(54, 54, 54, 0.02) 80%, rgba(54, 54, 54, 0.02) 100%),linear-gradient(314deg, rgba(187, 187, 187, 0.02) 0%, rgba(187, 187, 187, 0.02) 12.5%,rgba(170, 170, 170, 0.02) 12.5%, rgba(170, 170, 170, 0.02) 25%,rgba(214, 214, 214, 0.02) 25%, rgba(214, 214, 214, 0.02) 37.5%,rgba(187, 187, 187, 0.02) 37.5%, rgba(187, 187, 187, 0.02) 50%,rgba(190, 190, 190, 0.02) 50%, rgba(190, 190, 190, 0.02) 62.5%,rgba(6, 6, 6, 0.02) 62.5%, rgba(6, 6, 6, 0.02) 75%,rgba(206, 206, 206, 0.02) 75%, rgba(206, 206, 206, 0.02) 87.5%,rgba(171, 171, 171, 0.02) 87.5%, rgba(171, 171, 171, 0.02) 100%),linear-gradient(300deg, rgba(243, 243, 243, 0.01) 0%, rgba(243, 243, 243, 0.01) 12.5%,rgba(209, 209, 209, 0.01) 12.5%, rgba(209, 209, 209, 0.01) 25%,rgba(179, 179, 179, 0.01) 25%, rgba(179, 179, 179, 0.01) 37.5%,rgba(3, 3, 3, 0.01) 37.5%, rgba(3, 3, 3, 0.01) 50%,rgba(211, 211, 211, 0.01) 50%, rgba(211, 211, 211, 0.01) 62.5%,rgba(151, 151, 151, 0.01) 62.5%, rgba(151, 151, 151, 0.01) 75%,rgba(16, 16, 16, 0.01) 75%, rgba(16, 16, 16, 0.01) 87.5%,rgba(242, 242, 242, 0.01) 87.5%, rgba(242, 242, 242, 0.01) 100%),linear-gradient(6deg, rgba(31, 31, 31, 0.02) 0%, rgba(31, 31, 31, 0.02) 20%,rgba(193, 193, 193, 0.02) 20%, rgba(193, 193, 193, 0.02) 40%,rgba(139, 139, 139, 0.02) 40%, rgba(139, 139, 139, 0.02) 60%,rgba(14, 14, 14, 0.02) 60%, rgba(14, 14, 14, 0.02) 80%,rgba(122, 122, 122, 0.02) 80%, rgba(122, 122, 122, 0.02) 100%),linear-gradient(279deg, rgba(190, 190, 190, 0.02) 0%, rgba(190, 190, 190, 0.02) 14.286%,rgba(160, 160, 160, 0.02) 14.286%, rgba(160, 160, 160, 0.02) 28.572%,rgba(23, 23, 23, 0.02) 28.572%, rgba(23, 23, 23, 0.02) 42.858%,rgba(60, 60, 60, 0.02) 42.858%, rgba(60, 60, 60, 0.02) 57.144%,rgba(149, 149, 149, 0.02) 57.144%, rgba(149, 149, 149, 0.02) 71.42999999999999%,rgba(4, 4, 4, 0.02) 71.43%, rgba(4, 4, 4, 0.02) 85.71600000000001%,rgba(50, 50, 50, 0.02) 85.716%, rgba(50, 50, 50, 0.02) 100.002%),linear-gradient(109deg, rgba(124, 124, 124, 0.03) 0%, rgba(124, 124, 124, 0.03) 12.5%,rgba(61, 61, 61, 0.03) 12.5%, rgba(61, 61, 61, 0.03) 25%,rgba(187, 187, 187, 0.03) 25%, rgba(187, 187, 187, 0.03) 37.5%,rgba(207, 207, 207, 0.03) 37.5%, rgba(207, 207, 207, 0.03) 50%,rgba(206, 206, 206, 0.03) 50%, rgba(206, 206, 206, 0.03) 62.5%,rgba(118, 118, 118, 0.03) 62.5%, rgba(118, 118, 118, 0.03) 75%,rgba(89, 89, 89, 0.03) 75%, rgba(89, 89, 89, 0.03) 87.5%,rgba(96, 96, 96, 0.03) 87.5%, rgba(96, 96, 96, 0.03) 100%),linear-gradient(329deg, rgba(35, 35, 35, 0.02) 0%, rgba(35, 35, 35, 0.02) 20%,rgba(246, 246, 246, 0.02) 20%, rgba(246, 246, 246, 0.02) 40%,rgba(118, 118, 118, 0.02) 40%, rgba(118, 118, 118, 0.02) 60%,rgba(245, 245, 245, 0.02) 60%, rgba(245, 245, 245, 0.02) 80%,rgba(140, 140, 140, 0.02) 80%, rgba(140, 140, 140, 0.02) 100%),linear-gradient(90deg, hsl(314,0%,31%),hsl(314,0%,31%));
3+
background-size: 16%;
4+
color: rgb(194, 194, 187);
5+
font-family: 'pt sans';
6+
vertical-align: top;
7+
8+
}
9+
.banner {
10+
background-image: radial-gradient(circle at 16% 83%, rgba(148, 148, 148,0.06) 0%, rgba(148, 148, 148,0.06) 50%,rgba(63, 63, 63,0.06) 50%, rgba(63, 63, 63,0.06) 100%),radial-gradient(circle at 68% 87%, rgba(66, 66, 66,0.06) 0%, rgba(66, 66, 66,0.06) 50%,rgba(105, 105, 105,0.06) 50%, rgba(105, 105, 105,0.06) 100%),radial-gradient(circle at 38% 50%, rgba(123, 123, 123,0.06) 0%, rgba(123, 123, 123,0.06) 50%,rgba(172, 172, 172,0.06) 50%, rgba(172, 172, 172,0.06) 100%),linear-gradient(90deg, hsl(18,0%,1%),hsl(18,0%,1%));
11+
background-size: 20%;
12+
opacity: 75%;
13+
/* background-repeat: no-repeat; */
14+
/* border: 2px solid red; */
15+
width: 100%;
16+
height: 100px;
17+
text-align:center;
18+
}
19+
h1 {
20+
padding: 24px;
21+
color: rgba(255, 255, 0, 0.842);
22+
opacity: 90%;
23+
text-shadow: black 10px 10px;
24+
}
25+
26+
.line {
27+
border: 1px solid rgb(153, 151, 151);
28+
opacity: 50%;
29+
}
30+
31+
h2 {
32+
color: black ;
33+
font-family: "oswald";
34+
}
35+
.intro {
36+
37+
/* height: ; */
38+
margin: 0px;
39+
padding: 20px;
40+
clear: right;
41+
}
42+
43+
.picture {
44+
/* border: 2px solid red; */
45+
width: 35% ;
46+
/* height: 500px; */
47+
float :right;
48+
vertical-align: text-top;
49+
50+
}
51+
52+
img {
53+
width:100%;
54+
margin: 10px;
55+
border-radius: 20px;
56+
57+
}
58+
59+
blockquote {
60+
float: right;
61+
font-family: 'syne mono';
62+
color: black;
63+
}
64+
65+
a {
66+
color: rgb(173, 173, 121);
67+
68+
}
69+
70+
ul {
71+
list-style-type:circle;
72+
73+
}
74+
75+
.ext {
76+
text-align: center;
77+
}
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="stylesheet" href="style.css" />
8+
<link href="https://fonts.googleapis.com/css2?family=Indie+Flower&family=Permanent+Marker&display=swap" rel="stylesheet">
9+
<title>Blog</title>
10+
</head>
11+
12+
<body>
13+
<nav>
14+
<header>
15+
<h2><a id="logo" href="">blog_name_me</a></h2>
16+
<div ><a class="google" href="https://www.google.com/">Google</a></div>
17+
</header>
18+
19+
<aside>
20+
<a href="#top">Top</a>
21+
<!-- <a class='side' href="#introduction">Introduction</a> -->
22+
<a class='bottom' href="#footer">Bottom</a>
23+
</aside>
24+
</nav>
25+
<br id="top">
26+
<br>
27+
<br>
28+
<br>
29+
<br>
30+
<br>
31+
<br>
32+
33+
<div class="box">
34+
<summary>
35+
<h3 >Introduction</h3>
36+
<br>
37+
<p class=intro>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Recusandae, doloribus aliquam ipsum quam quaerat minus a maxime culpa quae corporis, consequatur minima quos accusantium, necessitatibus fuga assumenda quis consectetur atque.</p>
38+
</summary>
39+
</div>
40+
41+
<br>
42+
<main>
43+
<div class="left">
44+
<img src="https://picsum.photos/200/300" alt="random picture">
45+
</div>
46+
47+
<div class="blog_structure">
48+
<div class="blog">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Expedita impedit,
49+
atque accusantium veritatis natus quae non doloremque. Atque quaerat, impedit perferendis
50+
tenetur, labore sed rerum facere consequuntur ratione, eius possimus.
51+
</div>
52+
<div class="blog">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Expedita impedit,
53+
atque accusantium veritatis natus quae non doloremque. Atque quaerat, impedit perferendis
54+
tenetur, labore sed rerum facere consequuntur ratione, eius possimus.
55+
</div>
56+
<div class="blog">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Expedita impedit,
57+
atque accusantium veritatis natus quae non doloremque. Atque quaerat, impedit perferendis
58+
tenetur, labore sed rerum facere consequuntur ratione, eius possimus.
59+
</div>
60+
<div class="blog">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Expedita impedit,
61+
atque accusantium veritatis natus quae non doloremque. Atque quaerat, impedit perferendis
62+
tenetur, labore sed rerum facere consequuntur ratione, eius possimus.
63+
</div>
64+
<!-- <div class="blog">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Expedita impedit,
65+
atque accusantium veritatis natus quae non doloremque. Atque quaerat, impedit perferendis
66+
tenetur, labore sed rerum facere consequuntur ratione, eius possimus.
67+
</div>
68+
<div class="blog">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Expedita impedit,
69+
atque accusantium veritatis natus quae non doloremque. Atque quaerat, impedit perferendis
70+
tenetur, labore sed rerum facere consequuntur ratione, eius possimus. -->
71+
</div>
72+
73+
</div>
74+
75+
<div class="right">
76+
<img src="https://picsum.photos/200/300" alt="random picture">
77+
</div>
78+
</main>
79+
80+
81+
82+
83+
84+
<footer id="footer">
85+
<p>Matthew Holmes &copy; 2022</p>
86+
</footer>
87+
</body>
88+
</html>
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
body {
2+
margin: 0;
3+
font-family: "indie Flower";
4+
display: flex;
5+
flex-direction: column;
6+
min-height: 100vh;
7+
justify-content: space-between;
8+
background-image: linear-gradient(129deg, rgba(49, 49, 49, 0.47) 0%, rgba(49, 49, 49, 0.47) 12.5%,rgba(59, 59, 59, 0.47) 12.5%, rgba(59, 59, 59, 0.47) 25%,rgba(68, 68, 68, 0.47) 25%, rgba(68, 68, 68, 0.47) 37.5%,rgba(78, 78, 78, 0.47) 37.5%, rgba(78, 78, 78, 0.47) 50%,rgba(88, 88, 88, 0.47) 50%, rgba(88, 88, 88, 0.47) 62.5%,rgba(98, 98, 98, 0.47) 62.5%, rgba(98, 98, 98, 0.47) 75%,rgba(107, 107, 107, 0.47) 75%, rgba(107, 107, 107, 0.47) 87.5%,rgba(117, 117, 117, 0.47) 87.5%, rgba(117, 117, 117, 0.47) 100%),linear-gradient(329deg, rgb(25, 25, 25) 0%, rgb(25, 25, 25) 12.5%,rgb(44, 44, 44) 12.5%, rgb(44, 44, 44) 25%,rgb(63, 63, 63) 25%, rgb(63, 63, 63) 37.5%,rgb(82, 82, 82) 37.5%, rgb(82, 82, 82) 50%,rgb(100, 100, 100) 50%, rgb(100, 100, 100) 62.5%,rgb(119, 119, 119) 62.5%, rgb(119, 119, 119) 75%,rgb(138, 138, 138) 75%, rgb(138, 138, 138) 87.5%,rgb(157, 157, 157) 87.5%, rgb(157, 157, 157) 100%);
9+
10+
}
11+
12+
nav{
13+
/* border: 2px solid black; */
14+
margin: 0;
15+
padding: 0;
16+
display: flex;
17+
position: fixed;
18+
flex-wrap: wrap;
19+
justify-content: space-between;
20+
width: 100vw;
21+
22+
23+
}
24+
header {
25+
/* border: 2px solid black; */
26+
margin: 0;
27+
background-color: rgb(80, 80, 80);
28+
width: 100vw;
29+
display: flex;
30+
justify-content: space-between;
31+
32+
33+
34+
}
35+
#logo {
36+
color: rgb(0, 0, 0);
37+
margin: 0;
38+
font-family: "permanent Marker";
39+
}
40+
.google {
41+
color: rgb(181, 185, 189);
42+
font-size: x-large;
43+
}
44+
45+
aside {
46+
/* border: 2px solid black; */
47+
/* padding: 10px; */
48+
background-color: rgb(88, 86, 86);
49+
display: flex;
50+
justify-content: space-between;
51+
color: rgb(181, 185, 189);
52+
min-width: 100vw;
53+
height: 30px;
54+
}
55+
.bottom {
56+
padding-right: 20px;
57+
}
58+
59+
.box {
60+
margin: 10px;
61+
background-color: black;
62+
63+
}
64+
summary {
65+
background-color: rgb(80, 80, 80);
66+
justify-content: center;
67+
display: flex;
68+
flex-wrap: wrap;
69+
text-align: center;
70+
align-items: center;
71+
margin: 10px;
72+
color: rgb(181, 185, 189);
73+
74+
}
75+
76+
77+
main {
78+
79+
display: flex;
80+
flex-wrap: wrap;
81+
justify-content:space-between;
82+
color: rgb(159, 179, 195);
83+
}
84+
85+
.left {
86+
margin-left: 10px;
87+
width: 200px;
88+
/* border: 2px solid green; */
89+
justify-content: flex-start;
90+
}
91+
92+
.blog_structure {
93+
width: 70vw;
94+
/* border: 2px solid green; */
95+
display: flex;
96+
flex-wrap: wrap;
97+
justify-content: space-between;
98+
}
99+
.blog {
100+
text-align: center;
101+
margin: 15px;
102+
border: 2px solid rgb(0, 0, 0);
103+
border-radius: 10%;
104+
width: 225px;
105+
background-color: rgb(80, 80, 80);
106+
}
107+
108+
.right {
109+
margin-right: 10px;
110+
width: 200px;
111+
/* border: 2px solid green; */
112+
justify-content: flex-start;
113+
}
114+
115+
footer {
116+
display: flex;
117+
background-color: rgb(56, 56, 68);
118+
color: whitesmoke;
119+
justify-content: center;
120+
}
121+
122+

0 commit comments

Comments
 (0)