xxxxxxxxxx
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="utf-8" />
5
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6
<meta name="viewport" content="width=device-width, initial-scale=1" />
7
<meta name="theme-color" content="#000000" />
8
<meta
9
name="description"
10
content="Web site created using create-react-app"
11
/>
12
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
13
<link
14
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
15
rel="stylesheet"
16
/>
17
<link
18
href="https://use.fontawesome.com/releases/v5.15.1/css/all.css"
19
rel="stylesheet"
20
/>
21
22
<!--
23
manifest.json provides metadata used when your web app is installed on a
24
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
25
-->
26
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
27
<!--
28
Notice the use of %PUBLIC_URL% in the tags above.
29
It will be replaced with the URL of the `public` folder during the build.
30
Only files inside the `public` folder can be referenced from the HTML.
31
32
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
33
work correctly both with client-side routing and a non-root public URL.
34
Learn how to configure a non-root public URL by running `npm run build`.
35
-->
36
<title>MDBReact5 Template App</title>
37
</head>
38
<body>
39
<noscript>You need to enable JavaScript to run this app.</noscript>
40
<div id="root"></div>
41
<!--
42
This HTML file is a template.
43
If you open it directly in the browser, you will see an empty page.
44
45
You can add webfonts, meta tags, or analytics to this file.
46
The build step will place the bundled scripts into the <body> tag.
47
48
To begin the development, run `npm start` or `yarn start`.
49
To create a production bundle, use `npm run build` or `yarn build`.
50
-->
51
</body>
52
</html>
53
1
1
xxxxxxxxxx
1
import React from "react";
2
import {
3
MDBNavbar,
4
MDBContainer,
5
MDBIcon,
6
MDBRow,
7
MDBCol,
8
MDBInput,
9
MDBBtn,
10
MDBDropdownMenu,
11
MDBDropdownItem,
12
MDBDropdown,
13
MDBDropdownToggle,
14
} from "mdb-react-ui-kit";
15
16
export default function CenteredLogo() {
17
return (
18
<>
19
<link
20
href="https://use.fontawesome.com/releases/v5.15.1/css/all.css"
21
rel="stylesheet"
22
/>
23
<header className="fixed-top">
24
<div className="border-bottom p-3 text-center bg-white">
25
<MDBContainer fluid>
26
<MDBRow>
27
<MDBCol
28
md="5"
29
className="d-flex justify-content-center justify-content-md-start align-items-center d-none d-lg-flex"
30
>
31
<a className="text-reset me-3" href="#">
32
<MDBIcon fas icon="border-all" />
33
</a>
34
<a className="text-reset me-3" href="#">
35
<MDBIcon fas icon="home" />
36
</a>
37
<a className="text-reset me-3" href="#">
38
<MDBIcon fas icon="columns me-1" />
39
<span className="d-none d-xl-inline-block">Boards</span>
40
</a>
41
42
<div className="d-flex align-items-center">
43
<MDBInput label="search" />
44
<MDBIcon fas icon="search" className="ms-2" />
45
</div>
46
</MDBCol>
47
<MDBCol md="2" className="d-none d-lg-block">
48
<a href="#!" className="ms-md-2">
49
<img
50
src="https://mdbootstrap.com/img/logo/mdb-transaprent-noshadows.png"
51
height="35"
52
/>
53
</a>
54
</MDBCol>
55
<MDBCol
56
md="5"
57
className="d-flex justify-content-center justify-content-md-end align-items-center"
58
>
59
<a className="text-reset me-3" href="#">
60
<MDBIcon fas icon="plus" />
61
</a>
62
<a className="text-reset me-3" href="#">
63
<MDBIcon fas icon="info-circle" />
64
</a>
65
<a className="text-reset me-3" href="#">
66
<MDBIcon fas icon="bell" />
67
</a>
68
69
<MDBDropdown>
70
<MDBDropdownToggle
71
tag="a"
72
className="nav-link d-flex align-items-center p-0"
73
href="#"
74
>
75
<img
76
src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/img(31).webp"
77
className="rounded-circle"
78
height="22"
79
alt="Avatar"
80
loading="lazy"
81
/>
82
</MDBDropdownToggle>
83
<MDBDropdownMenu>
84
<MDBDropdownItem link>Action</MDBDropdownItem>
85
<MDBDropdownItem link>Another action</MDBDropdownItem>
86
<MDBDropdownItem link>Something else here</MDBDropdownItem>
87
</MDBDropdownMenu>
88
</MDBDropdown>
89
</MDBCol>
90
</MDBRow>
91
</MDBContainer>
92
</div>
93
94
<MDBNavbar
95
expand="lg"
96
light
97
bgColor="white"
98
className="d-none d-lg-block"
99
>
100
<MDBContainer
101
fluid
102
className="justify-content-center justify-content-md-between"
103
>
104
<div className="d-flex align-items-center">
105
<MDBBtn outline className="me-1">
106
<MDBIcon fas icon="clipboard-list me-1" />
107
Board
108
</MDBBtn>
109
110
<MDBBtn color="link" className="me-1">
111
MDB BOARD
112
</MDBBtn>
113
114
<MDBBtn outline className="me-1 px-2">
115
<MDBIcon fas icon="star" />
116
</MDBBtn>
117
118
<MDBBtn outline className="me-1">
119
<MDBIcon fas icon="users me-2" />
120
TEAM
121
</MDBBtn>
122
123
<a href="">
124
<img
125
src="https://mdbootstrap.com/img/new/avatars/2.jpg"
126
className="border rounded-circle"
127
alt=""
128
style={{ height: "30px" }}
129
/>
130
</a>
131
132
<a href="">
133
<img
134
src="https://mdbootstrap.com/img/new/avatars/3.jpg"
135
className="border rounded-circle"
136
alt=""
137
style={{ height: "30px" }}
138
/>
139
</a>
140
141
<a href="">
142
<img
143
src="https://mdbootstrap.com/img/new/avatars/4.jpg"
144
className="border rounded-circle"
145
alt=""
146
style={{ height: "30px" }}
147
/>
148
</a>
149
150
<a href="">
151
<img
152
src="https://mdbootstrap.com/img/new/avatars/5.jpg"
153
className="border rounded-circle"
154
alt=""
155
style={{ height: "30px" }}
156
/>
157
</a>
158
<MDBBtn
159
outline
160
floating
161
className="me-1"
162
style={{ height: "30px", width: "30px" }}
163
>
164
+2
165
</MDBBtn>
166
<MDBBtn outline className="me-1">
167
<MDBIcon fas icon="user-plus me-2" />
168
INVITE
169
</MDBBtn>
170
</div>
171
<div>
172
<MDBBtn outline className="me-2">
173
<MDBIcon fas icon="concierge-bell me-1" />
174
TIPS
175
</MDBBtn>
176
177
<MDBBtn outline>
178
<MDBIcon fas icon="bars me-1" />
179
Show menu
180
</MDBBtn>
181
</div>
182
</MDBContainer>
183
</MDBNavbar>
184
</header>
185
186
<main
187
id="intro"
188
className="bg-image"
189
style={{
190
backgroundImage:
191
"url(https://mdbootstrap.com/img/new/fluid/city/018.jpg)",
192
height: "100vh",
193
}}
194
>
195
<div className="mask" style={{backgroundColor: 'rgba(0, 0, 0, 0.7)'}}></div>
196
</main>
197
</>
198
);
199
}
200
Console errors: 0