diff --git a/examples/article/index.html b/examples/article/index.html new file mode 100644 index 0000000000..1ce302c4b4 --- /dev/null +++ b/examples/article/index.html @@ -0,0 +1,95 @@ + + + + + Design System + + + + +
+

How the U.S. Government Is Organized

+ +
+
+

This was originally published on USA.gov

+
+
+ +

The Constitution of the United States divides the federal government into three branches to ensure a central government in which no individual or group gains too much control:

+ + + +

Each branch of government can change acts of the other branches as follows:

+ + + +

The U.S. federal government seeks to act in the best interests of its citizens through this system of checks and balances.

+ +

Legislative Branch

+ +

The legislative Branch enacts legislation, confirms or rejects Presidential appointments, and has the authority to declare war.

+ +

This branch includes Congress (the Senate and House of Representatives) and several agencies that provide support services to Congress. American citizens have the right to vote for Senators and Representatives through free, confidential ballots.

+ +

Executive Branch

The executive branch carries out and enforces laws. It includes the President, Vice President, the Cabinet, executive departments, independent agencies, and other boards, commissions, and committees.

+

American citizens have the right to vote for the President and Vice President through free, confidential ballots.

+

Key roles of the executive branch include:

+ + +

Judicial Branch

+ +

The judicial branch interprets the meaning of laws, applies laws to individual cases, and decides if laws violate the Constitution.

+ +

The judicial branch is comprised of the Supreme Court and other federal courts.

+ + + +

Judge/Justice Confirmation Process

+ +

Appointments for Supreme Court justices and other federal judgeships follow the same basic process:

+ + + +

Filibusters and the “Nuclear Option”

+ +

Prior to November 2013, all federal judgeship nominations required 60 votes to reach cloture and end the debate on a nominee.

+ +

+ In 2013, the Senate lowered the number of votes required from 60 to 51 for federal judgeships excluding the Supreme Court, using the "nuclear option." This interpretation of Senate procedure gives Members the ability to change chamber rules with a simple majority vote. +

+
+ + \ No newline at end of file diff --git a/examples/article/style.css b/examples/article/style.css new file mode 100644 index 0000000000..f8d18268b5 --- /dev/null +++ b/examples/article/style.css @@ -0,0 +1,4 @@ +.container { + margin-left: auto; + margin-right: auto; +} diff --git a/examples/form/index.html b/examples/form/index.html new file mode 100644 index 0000000000..a915225809 --- /dev/null +++ b/examples/form/index.html @@ -0,0 +1,65 @@ + + + + + Design System + + + + +
+

Report an issue

+ +
+
+

1 error with your application

+

Please select which county you reside in.

+
+
+ +
+ + + + + + +

Which days can we call you?

+ Select all days that would work for you +
+ Which days can we call you? + + + + + + + + + + + + + + +
+ + + + +

Have you contacted us about this issue before?

+
+ Have you contacted us about this issue before? + + + + + +
+ + + Cancel +
+
+ + \ No newline at end of file diff --git a/examples/form/style.css b/examples/form/style.css new file mode 100644 index 0000000000..f8d18268b5 --- /dev/null +++ b/examples/form/style.css @@ -0,0 +1,4 @@ +.container { + margin-left: auto; + margin-right: auto; +}